#027BB4

Color #027BB4 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #027BB4

Tints of Cerulean #027BB4

Color information

#027BB4 (or 0x027BB4) is unknown color: approx Cerulean. HEX triplet: 02, 7B and B4. RGB value is (2,123,180). Sum of RGB (Red+Green+Blue) = 2+123+180=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #027BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BB4 is #FD844B. Grayscale: #5C5C5C. Windows color (decimal): -16614476 or 11827970. OLE color: 11827970.

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

Color convert

RGB2123180-
CMYK0.990.3200.29
HSL199.21º97.8%35.69%-
HSV(B)199.21º98.89%70.59%-
XYZ15.3517.4745.74-
YUV93.32176.9162.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 180 (70.70% from 255) = 59.02%
R=0.66%
G=40.33%
B=59.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21231800.990.3200.29199.2197.835.69
Hex27BB4632001Dc76224
Octal21732641434003530714244
Binary101111011101101001100011100000011101110001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,123,180); }

 H1.HeaderClassName
 {
   color: #027BB4;
 }
 .AnyTagClassName
 {
   color: #027BB4;
 }
</style>
background-color css

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

 a { background-color: rgb(2,123,180); }

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

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

 span { border-color: rgb(2,123,180); }

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