Html Css Color HEX #027BBA Cerulean

📋 copy color: '#027BBA'

red 2 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #027BBA

Tints of Cerulean #027BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.55%

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

R = 0.64%
G = 39.55%
B = 59.81%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#027BBA (or 0x027BBA) is known color: Cerulean. HEX triplet: 02, 7B and BA. RGB value is (2,123,186). Sum of RGB (Red+Green+Blue) = 2+123+186=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #027BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BBA is #FD8445. Grayscale: #5D5D5D. Windows color (decimal): -16614470 or 12221186. OLE color: 12221186.

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

Color convert

RGB 2 123 186 -
CMYK 0.99 0.34 0 0.27
HSL 200.54º 0.98% 0.37% -
HSV(B) 200.54º 0.99% 0.73% -
XYZ 15.97 17.72 49.03 -
YUV 94 179.91 62.38 -
System Red Green Blue C M Y K H S L
Decimal 2 123 186 0.99 0.34 0 0.27 200.54 0.98 0.37
Hex 2 7B BA 63 22 0 1B C9 62 25
Octal 2 173 272 143 42 0 33 311 142 45
Binary 10 1111011 10111010 1100011 100010 0 11011 11001001 1100010 100101

Color Harmonies of #027BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BBA

Black with #027BBA

Text Example


Text Example

White with #027BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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