Html Css Color HEX #027DBB Cerulean

📋 copy color: '#027DBB'

red 2 ◦ green 125 ◦ blue 187

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

Shades of Cerulean #027DBB

Tints of Cerulean #027DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 0.64%
G = 39.81%
B = 59.55%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#027DBB (or 0x027DBB) is known color: Cerulean. HEX triplet: 02, 7D and BB. RGB value is (2,125,187). Sum of RGB (Red+Green+Blue) = 2+125+187=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #027DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DBB is #FD8244. Grayscale: #5E5E5E. Windows color (decimal): -16613957 or 12287234. OLE color: 12287234.

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

Color convert

RGB 2 125 187 -
CMYK 0.99 0.33 0 0.27
HSL 200.11º 0.98% 0.37% -
HSV(B) 200.11º 0.99% 0.73% -
XYZ 16.33 18.27 49.68 -
YUV 95.29 179.75 61.46 -
System Red Green Blue C M Y K H S L
Decimal 2 125 187 0.99 0.33 0 0.27 200.11 0.98 0.37
Hex 2 7D BB 63 21 0 1B C8 62 25
Octal 2 175 273 143 41 0 33 310 142 45
Binary 10 1111101 10111011 1100011 100001 0 11011 11001000 1100010 100101

Color Harmonies of #027DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DBB

Black with #027DBB

Text Example


Text Example

White with #027DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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