Html Css Color HEX #027BAE Cerulean

📋 copy color: '#027BAE'

red 2 ◦ green 123 ◦ blue 174

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

Shades of Cerulean #027BAE

Tints of Cerulean #027BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 0.67%
G = 41.14%
B = 58.19%

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

#027BAE (or 0x027BAE) is known color: Cerulean. HEX triplet: 02, 7B and AE. RGB value is (2,123,174). Sum of RGB (Red+Green+Blue) = 2+123+174=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #027BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027BAE is #FD8451. Grayscale: #5C5C5C. Windows color (decimal): -16614482 or 11434754. OLE color: 11434754.

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

Color convert

RGB 2 123 174 -
CMYK 0.99 0.29 0 0.32
HSL 197.79º 0.98% 0.35% -
HSV(B) 197.79º 0.99% 0.68% -
XYZ 14.75 17.23 42.59 -
YUV 92.64 173.91 63.35 -
System Red Green Blue C M Y K H S L
Decimal 2 123 174 0.99 0.29 0 0.32 197.79 0.98 0.35
Hex 2 7B AE 63 1D 0 20 C6 62 23
Octal 2 173 256 143 35 0 40 306 142 43
Binary 10 1111011 10101110 1100011 11101 0 100000 11000110 1100010 100011

Color Harmonies of #027BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BAE

Black with #027BAE

Text Example


Text Example

White with #027BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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