Html Css Color HEX #027CAD Cerulean

📋 copy color: '#027CAD'

red 2 ◦ green 124 ◦ blue 173

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

Shades of Cerulean #027CAD

Tints of Cerulean #027CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.86%

R = 0.67%
G = 41.47%
B = 57.86%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#027CAD (or 0x027CAD) is known color: Cerulean. HEX triplet: 02, 7C and AD. RGB value is (2,124,173). Sum of RGB (Red+Green+Blue) = 2+124+173=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #027CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027CAD is #FD8352. Grayscale: #5C5C5C. Windows color (decimal): -16614227 or 11369474. OLE color: 11369474.

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

Color convert

RGB 2 124 173 -
CMYK 0.99 0.28 0 0.32
HSL 197.19º 0.98% 0.34% -
HSV(B) 197.19º 0.99% 0.68% -
XYZ 14.78 17.45 42.12 -
YUV 93.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 2 124 173 0.99 0.28 0 0.32 197.19 0.98 0.34
Hex 2 7C AD 63 1C 0 20 C5 62 22
Octal 2 174 255 143 34 0 40 305 142 42
Binary 10 1111100 10101101 1100011 11100 0 100000 11000101 1100010 100010

Color Harmonies of #027CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CAD

Black with #027CAD

Text Example


Text Example

White with #027CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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