Html Css Color HEX #027ABF Cerulean

📋 copy color: '#027ABF'

red 2 ◦ green 122 ◦ blue 191

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

Shades of Cerulean #027ABF

Tints of Cerulean #027ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.73%

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

R = 0.63%
G = 38.73%
B = 60.63%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#027ABF (or 0x027ABF) is known color: Cerulean. HEX triplet: 02, 7A and BF. RGB value is (2,122,191). Sum of RGB (Red+Green+Blue) = 2+122+191=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #027ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027ABF is #FD8540. Grayscale: #5D5D5D. Windows color (decimal): -16614721 or 12548610. OLE color: 12548610.

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

Color convert

RGB 2 122 191 -
CMYK 0.99 0.36 0 0.25
HSL 201.9º 0.98% 0.38% -
HSV(B) 201.9º 0.99% 0.75% -
XYZ 16.39 17.69 51.84 -
YUV 93.99 182.74 62.39 -
System Red Green Blue C M Y K H S L
Decimal 2 122 191 0.99 0.36 0 0.25 201.9 0.98 0.38
Hex 2 7A BF 63 24 0 19 CA 62 26
Octal 2 172 277 143 44 0 31 312 142 46
Binary 10 1111010 10111111 1100011 100100 0 11001 11001010 1100010 100110

Color Harmonies of #027ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027ABF

Black with #027ABF

Text Example


Text Example

White with #027ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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