Html Css Color HEX #027BAD Cerulean

📋 copy color: '#027BAD'

red 2 ◦ green 123 ◦ blue 173

#027BAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #027BAD

Tints of Cerulean #027BAD

RGB

 RED value IS 2 (1.17% from 255) = 0.67%

 GREEN value IS 123 (48.44% from 255) = 41.28%

 BLUE value IS 173 (67.97% from 255) = 58.05%

R = 0.67%
G = 41.28%
B = 58.05%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#027BAD (or 0x027BAD) is known color: Cerulean. HEX triplet: 02, 7B and AD. RGB value is (2,123,173). Sum of RGB (Red+Green+Blue) = 2+123+173=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #027BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027BAD is #FD8452. Grayscale: #5C5C5C. Windows color (decimal): -16614483 or 11369218. OLE color: 11369218.

HSL color Cylindrical-coordinate representation of color #027BAD: hue angle of 197.54º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BAD is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 123 173 -
CMYK 0.99 0.29 0 0.32
HSL 197.54º 0.98% 0.34% -
HSV(B) 197.54º 0.99% 0.68% -
XYZ 14.65 17.2 42.08 -
YUV 92.52 173.41 63.43 -
System Red Green Blue C M Y K H S L
Decimal 2 123 173 0.99 0.29 0 0.32 197.54 0.98 0.34
Hex 2 7B AD 63 1D 0 20 C6 62 22
Octal 2 173 255 143 35 0 40 306 142 42
Binary 10 1111011 10101101 1100011 11101 0 100000 11000110 1100010 100010

Color Harmonies of #027BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BAD

Black with #027BAD

Text Example


Text Example

White with #027BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027BAD; }

 p { color: rgb(2,123,173); }

 H1.HeaderClassName
 {
   color: #027BAD;
 }
 .AnyTagClassName
 {
   color: #027BAD;
 }
</style>

background-color css

<style>
 a { background-color: #027BAD; }

 a { background-color: rgb(2,123,173); }

 div.DivClassName
 {
   background-color: #027BAD;
 }
 .BgClassName
 {
   background-color: #027BAD;
 }
</style>

border-color css

<style>
 span { border-color: #027BAD; }

 span { border-color: rgb(2,123,173); }

 td.TdClassName
 {
   border-color: #027BAD;
 }
 .TagClassName
 {
   border-color: #027BAD;
 }
</style>