Html Css Color HEX #027CBF Cerulean

📋 copy color: '#027CBF'

red 2 ◦ green 124 ◦ blue 191

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

Shades of Cerulean #027CBF

Tints of Cerulean #027CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.25%

R = 0.63%
G = 39.12%
B = 60.25%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#027CBF (or 0x027CBF) is known color: Cerulean. HEX triplet: 02, 7C and BF. RGB value is (2,124,191). Sum of RGB (Red+Green+Blue) = 2+124+191=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #027CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CBF is #FD8340. Grayscale: #5E5E5E. Windows color (decimal): -16614209 or 12549122. OLE color: 12549122.

HSL color Cylindrical-coordinate representation of color #027CBF: hue angle of 201.27º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CBF is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 124 191 -
CMYK 0.99 0.35 0 0.25
HSL 201.27º 0.98% 0.38% -
HSV(B) 201.27º 0.99% 0.75% -
XYZ 16.64 18.19 51.92 -
YUV 95.16 182.08 61.55 -
System Red Green Blue C M Y K H S L
Decimal 2 124 191 0.99 0.35 0 0.25 201.27 0.98 0.38
Hex 2 7C BF 63 23 0 19 C9 62 26
Octal 2 174 277 143 43 0 31 311 142 46
Binary 10 1111100 10111111 1100011 100011 0 11001 11001001 1100010 100110

Color Harmonies of #027CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CBF

Black with #027CBF

Text Example


Text Example

White with #027CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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