Html Css Color HEX #027BB3 Cerulean

📋 copy color: '#027BB3'

red 2 ◦ green 123 ◦ blue 179

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

Shades of Cerulean #027BB3

Tints of Cerulean #027BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.88%

R = 0.66%
G = 40.46%
B = 58.88%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#027BB3 (or 0x027BB3) is known color: Cerulean. HEX triplet: 02, 7B and B3. RGB value is (2,123,179). Sum of RGB (Red+Green+Blue) = 2+123+179=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #027BB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BB3 is #FD844C. Grayscale: #5C5C5C. Windows color (decimal): -16614477 or 11762434. OLE color: 11762434.

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

Color convert

RGB 2 123 179 -
CMYK 0.99 0.31 0 0.30
HSL 198.98º 0.98% 0.35% -
HSV(B) 198.98º 0.99% 0.7% -
XYZ 15.24 17.43 45.21 -
YUV 93.21 176.41 62.95 -
System Red Green Blue C M Y K H S L
Decimal 2 123 179 0.99 0.31 0 0.30 198.98 0.98 0.35
Hex 2 7B B3 63 1F 0 1E C7 62 23
Octal 2 173 263 143 37 0 36 307 142 43
Binary 10 1111011 10110011 1100011 11111 0 11110 11000111 1100010 100011

Color Harmonies of #027BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BB3

Black with #027BB3

Text Example


Text Example

White with #027BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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