Html Css Color HEX #027CB3 Cerulean

📋 copy color: '#027CB3'

red 2 ◦ green 124 ◦ blue 179

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

Shades of Cerulean #027CB3

Tints of Cerulean #027CB3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

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

R = 0.66%
G = 40.66%
B = 58.69%

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

#027CB3 (or 0x027CB3) is known color: Cerulean. HEX triplet: 02, 7C and B3. RGB value is (2,124,179). Sum of RGB (Red+Green+Blue) = 2+124+179=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 179 (70.31% from 255 or 58.69% from 305); Max value from RGB is 179 - color contains mainly: blue. Hex color #027CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027CB3 is #FD834C. Grayscale: #5D5D5D. Windows color (decimal): -16614221 or 11762690. OLE color: 11762690.

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

Color convert

RGB 2 124 179 -
CMYK 0.99 0.31 0 0.30
HSL 198.64º 0.98% 0.35% -
HSV(B) 198.64º 0.99% 0.7% -
XYZ 15.37 17.68 45.25 -
YUV 93.79 176.08 62.53 -
System Red Green Blue C M Y K H S L
Decimal 2 124 179 0.99 0.31 0 0.30 198.64 0.98 0.35
Hex 2 7C B3 63 1F 0 1E C7 62 23
Octal 2 174 263 143 37 0 36 307 142 43
Binary 10 1111100 10110011 1100011 11111 0 11110 11000111 1100010 100011

Color Harmonies of #027CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CB3

Black with #027CB3

Text Example


Text Example

White with #027CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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