Html Css Color HEX #027BC0 Cerulean

📋 copy color: '#027BC0'

red 2 ◦ green 123 ◦ blue 192

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

Shades of Cerulean #027BC0

Tints of Cerulean #027BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.57%

R = 0.63%
G = 38.8%
B = 60.57%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#027BC0 (or 0x027BC0) is known color: Cerulean. HEX triplet: 02, 7B and C0. RGB value is (2,123,192). Sum of RGB (Red+Green+Blue) = 2+123+192=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #027BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BC0 is #FD843F. Grayscale: #5E5E5E. Windows color (decimal): -16614464 or 12614402. OLE color: 12614402.

HSL color Cylindrical-coordinate representation of color #027BC0: hue angle of 201.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BC0 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 123 192 -
CMYK 0.99 0.36 0 0.25
HSL 201.79º 0.98% 0.38% -
HSV(B) 201.79º 0.99% 0.75% -
XYZ 16.62 17.98 52.46 -
YUV 94.69 182.91 61.89 -
System Red Green Blue C M Y K H S L
Decimal 2 123 192 0.99 0.36 0 0.25 201.79 0.98 0.38
Hex 2 7B C0 63 24 0 19 CA 62 26
Octal 2 173 300 143 44 0 31 312 142 46
Binary 10 1111011 11000000 1100011 100100 0 11001 11001010 1100010 100110

Color Harmonies of #027BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BC0

Black with #027BC0

Text Example


Text Example

White with #027BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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