Html Css Color HEX #027CBA Cerulean

📋 copy color: '#027CBA'

red 2 ◦ green 124 ◦ blue 186

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

Shades of Cerulean #027CBA

Tints of Cerulean #027CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 0.64%
G = 39.74%
B = 59.62%

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

#027CBA (or 0x027CBA) is known color: Cerulean. HEX triplet: 02, 7C and BA. RGB value is (2,124,186). Sum of RGB (Red+Green+Blue) = 2+124+186=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #027CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CBA is #FD8345. Grayscale: #5E5E5E. Windows color (decimal): -16614214 or 12221442. OLE color: 12221442.

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

Color convert

RGB 2 124 186 -
CMYK 0.99 0.33 0 0.27
HSL 200.22º 0.98% 0.37% -
HSV(B) 200.22º 0.99% 0.73% -
XYZ 16.1 17.97 49.08 -
YUV 94.59 179.58 61.96 -
System Red Green Blue C M Y K H S L
Decimal 2 124 186 0.99 0.33 0 0.27 200.22 0.98 0.37
Hex 2 7C BA 63 21 0 1B C8 62 25
Octal 2 174 272 143 41 0 33 310 142 45
Binary 10 1111100 10111010 1100011 100001 0 11011 11001000 1100010 100101

Color Harmonies of #027CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CBA

Black with #027CBA

Text Example


Text Example

White with #027CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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