Html Css Color HEX #027CB7 Cerulean

📋 copy color: '#027CB7'

red 2 ◦ green 124 ◦ blue 183

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

Shades of Cerulean #027CB7

Tints of Cerulean #027CB7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.13%

 BLUE value IS 183 (71.88% from 255) = 59.22%

R = 0.65%
G = 40.13%
B = 59.22%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#027CB7 (or 0x027CB7) is known color: Cerulean. HEX triplet: 02, 7C and B7. RGB value is (2,124,183). Sum of RGB (Red+Green+Blue) = 2+124+183=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #027CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CB7 is #FD8348. Grayscale: #5D5D5D. Windows color (decimal): -16614217 or 12024834. OLE color: 12024834.

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

Color convert

RGB 2 124 183 -
CMYK 0.99 0.32 0 0.28
HSL 199.56º 0.98% 0.36% -
HSV(B) 199.56º 0.99% 0.72% -
XYZ 15.78 17.85 47.41 -
YUV 94.25 178.08 62.2 -
System Red Green Blue C M Y K H S L
Decimal 2 124 183 0.99 0.32 0 0.28 199.56 0.98 0.36
Hex 2 7C B7 63 20 0 1C C8 62 24
Octal 2 174 267 143 40 0 34 310 142 44
Binary 10 1111100 10110111 1100011 100000 0 11100 11001000 1100010 100100

Color Harmonies of #027CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CB7

Black with #027CB7

Text Example


Text Example

White with #027CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,124,183); }

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

background-color css

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

 a { background-color: rgb(2,124,183); }

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

border-color css

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

 span { border-color: rgb(2,124,183); }

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