Html Css Color HEX #027CBC Cerulean

📋 copy color: '#027CBC'

red 2 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #027CBC

Tints of Cerulean #027CBC

RGB

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

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

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

R = 0.64%
G = 39.49%
B = 59.87%

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

#027CBC (or 0x027CBC) is known color: Cerulean. HEX triplet: 02, 7C and BC. RGB value is (2,124,188). Sum of RGB (Red+Green+Blue) = 2+124+188=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #027CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CBC is #FD8343. Grayscale: #5E5E5E. Windows color (decimal): -16614212 or 12352514. OLE color: 12352514.

HSL color Cylindrical-coordinate representation of color #027CBC: hue angle of 200.65º 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 #027CBC is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 124 188 -
CMYK 0.99 0.34 0 0.26
HSL 200.65º 0.98% 0.37% -
HSV(B) 200.65º 0.99% 0.74% -
XYZ 16.31 18.06 50.2 -
YUV 94.82 180.58 61.8 -
System Red Green Blue C M Y K H S L
Decimal 2 124 188 0.99 0.34 0 0.26 200.65 0.98 0.37
Hex 2 7C BC 63 22 0 1A C9 62 25
Octal 2 174 274 143 42 0 32 311 142 45
Binary 10 1111100 10111100 1100011 100010 0 11010 11001001 1100010 100101

Color Harmonies of #027CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CBC

Black with #027CBC

Text Example


Text Example

White with #027CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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