Html Css Color HEX #027DBC Cerulean

📋 copy color: '#027DBC'

red 2 ◦ green 125 ◦ blue 188

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

Shades of Cerulean #027DBC

Tints of Cerulean #027DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.68%

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 0.63%
G = 39.68%
B = 59.68%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#027DBC (or 0x027DBC) is known color: Cerulean. HEX triplet: 02, 7D and BC. RGB value is (2,125,188). Sum of RGB (Red+Green+Blue) = 2+125+188=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #027DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DBC is #FD8243. Grayscale: #5F5F5F. Windows color (decimal): -16613956 or 12352770. OLE color: 12352770.

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

Color convert

RGB 2 125 188 -
CMYK 0.99 0.34 0 0.26
HSL 200.32º 0.98% 0.37% -
HSV(B) 200.32º 0.99% 0.74% -
XYZ 16.44 18.31 50.25 -
YUV 95.41 180.25 61.38 -
System Red Green Blue C M Y K H S L
Decimal 2 125 188 0.99 0.34 0 0.26 200.32 0.98 0.37
Hex 2 7D BC 63 22 0 1A C8 62 25
Octal 2 175 274 143 42 0 32 310 142 45
Binary 10 1111101 10111100 1100011 100010 0 11010 11001000 1100010 100101

Color Harmonies of #027DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DBC

Black with #027DBC

Text Example


Text Example

White with #027DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,125,188); }

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

background-color css

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

 a { background-color: rgb(2,125,188); }

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

border-color css

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

 span { border-color: rgb(2,125,188); }

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