Html Css Color HEX #027BAF Cerulean

📋 copy color: '#027BAF'

red 2 ◦ green 123 ◦ blue 175

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

Shades of Cerulean #027BAF

Tints of Cerulean #027BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.33%

R = 0.67%
G = 41%
B = 58.33%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#027BAF (or 0x027BAF) is known color: Cerulean. HEX triplet: 02, 7B and AF. RGB value is (2,123,175). Sum of RGB (Red+Green+Blue) = 2+123+175=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #027BAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027BAF is #FD8450. Grayscale: #5C5C5C. Windows color (decimal): -16614481 or 11500290. OLE color: 11500290.

HSL color Cylindrical-coordinate representation of color #027BAF: hue angle of 198.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BAF is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 123 175 -
CMYK 0.99 0.30 0 0.31
HSL 198.03º 0.98% 0.35% -
HSV(B) 198.03º 0.99% 0.69% -
XYZ 14.85 17.27 43.11 -
YUV 92.75 174.41 63.27 -
System Red Green Blue C M Y K H S L
Decimal 2 123 175 0.99 0.30 0 0.31 198.03 0.98 0.35
Hex 2 7B AF 63 1E 0 1F C6 62 23
Octal 2 173 257 143 36 0 37 306 142 43
Binary 10 1111011 10101111 1100011 11110 0 11111 11000110 1100010 100011

Color Harmonies of #027BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BAF

Black with #027BAF

Text Example


Text Example

White with #027BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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