Html Css Color HEX #027EBA Cerulean

📋 copy color: '#027EBA'

red 2 ◦ green 126 ◦ blue 186

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

Shades of Cerulean #027EBA

Tints of Cerulean #027EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.13%

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

R = 0.64%
G = 40.13%
B = 59.24%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#027EBA (or 0x027EBA) is known color: Cerulean. HEX triplet: 02, 7E and BA. RGB value is (2,126,186). Sum of RGB (Red+Green+Blue) = 2+126+186=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #027EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027EBA is #FD8145. Grayscale: #5F5F5F. Windows color (decimal): -16613702 or 12221954. OLE color: 12221954.

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

Color convert

RGB 2 126 186 -
CMYK 0.99 0.32 0 0.27
HSL 199.57º 0.98% 0.37% -
HSV(B) 199.57º 0.99% 0.73% -
XYZ 16.35 18.48 49.16 -
YUV 95.76 178.92 61.12 -
System Red Green Blue C M Y K H S L
Decimal 2 126 186 0.99 0.32 0 0.27 199.57 0.98 0.37
Hex 2 7E BA 63 20 0 1B C8 62 25
Octal 2 176 272 143 40 0 33 310 142 45
Binary 10 1111110 10111010 1100011 100000 0 11011 11001000 1100010 100101

Color Harmonies of #027EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027EBA

Black with #027EBA

Text Example


Text Example

White with #027EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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