Html Css Color HEX #027DB5 Cerulean

📋 copy color: '#027DB5'

red 2 ◦ green 125 ◦ blue 181

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

Shades of Cerulean #027DB5

Tints of Cerulean #027DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.77%

R = 0.65%
G = 40.58%
B = 58.77%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#027DB5 (or 0x027DB5) is known color: Cerulean. HEX triplet: 02, 7D and B5. RGB value is (2,125,181). Sum of RGB (Red+Green+Blue) = 2+125+181=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #027DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027DB5 is #FD824A. Grayscale: #5E5E5E. Windows color (decimal): -16613963 or 11894018. OLE color: 11894018.

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

Color convert

RGB 2 125 181 -
CMYK 0.99 0.31 0 0.29
HSL 198.77º 0.98% 0.36% -
HSV(B) 198.77º 0.99% 0.71% -
XYZ 15.7 18.02 46.37 -
YUV 94.61 176.75 61.95 -
System Red Green Blue C M Y K H S L
Decimal 2 125 181 0.99 0.31 0 0.29 198.77 0.98 0.36
Hex 2 7D B5 63 1F 0 1D C7 62 24
Octal 2 175 265 143 37 0 35 307 142 44
Binary 10 1111101 10110101 1100011 11111 0 11101 11000111 1100010 100100

Color Harmonies of #027DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027DB5

Black with #027DB5

Text Example


Text Example

White with #027DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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