Html Css Color HEX #027BBD Cerulean

📋 copy color: '#027BBD'

red 2 ◦ green 123 ◦ blue 189

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

Shades of Cerulean #027BBD

Tints of Cerulean #027BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.19%

R = 0.64%
G = 39.17%
B = 60.19%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#027BBD (or 0x027BBD) is known color: Cerulean. HEX triplet: 02, 7B and BD. RGB value is (2,123,189). Sum of RGB (Red+Green+Blue) = 2+123+189=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #027BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BBD is #FD8442. Grayscale: #5D5D5D. Windows color (decimal): -16614467 or 12417794. OLE color: 12417794.

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

Color convert

RGB 2 123 189 -
CMYK 0.99 0.35 0 0.26
HSL 201.18º 0.98% 0.37% -
HSV(B) 201.18º 0.99% 0.74% -
XYZ 16.29 17.85 50.73 -
YUV 94.35 181.41 62.13 -
System Red Green Blue C M Y K H S L
Decimal 2 123 189 0.99 0.35 0 0.26 201.18 0.98 0.37
Hex 2 7B BD 63 23 0 1A C9 62 25
Octal 2 173 275 143 43 0 32 311 142 45
Binary 10 1111011 10111101 1100011 100011 0 11010 11001001 1100010 100101

Color Harmonies of #027BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BBD

Black with #027BBD

Text Example


Text Example

White with #027BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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