Html Css Color HEX #0280BC Cerulean

📋 copy color: '#0280BC'

red 2 ◦ green 128 ◦ blue 188

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

Shades of Cerulean #0280BC

Tints of Cerulean #0280BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.25%

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 0.63%
G = 40.25%
B = 59.12%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0280BC (or 0x0280BC) is known color: Cerulean. HEX triplet: 02, 80 and BC. RGB value is (2,128,188). Sum of RGB (Red+Green+Blue) = 2+128+188=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #0280BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280BC is #FD7F43. Grayscale: #606060. Windows color (decimal): -16613188 or 12353538. OLE color: 12353538.

HSL color Cylindrical-coordinate representation of color #0280BC: hue angle of 199.35º 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 #0280BC is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 128 188 -
CMYK 0.99 0.32 0 0.26
HSL 199.35º 0.98% 0.37% -
HSV(B) 199.35º 0.99% 0.74% -
XYZ 16.82 19.08 50.37 -
YUV 97.17 179.26 60.12 -
System Red Green Blue C M Y K H S L
Decimal 2 128 188 0.99 0.32 0 0.26 199.35 0.98 0.37
Hex 2 80 BC 63 20 0 1A C7 62 25
Octal 2 200 274 143 40 0 32 307 142 45
Binary 10 10000000 10111100 1100011 100000 0 11010 11000111 1100010 100101

Color Harmonies of #0280BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0280BC

Black with #0280BC

Text Example


Text Example

White with #0280BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0280BC; }

 p { color: rgb(2,128,188); }

 H1.HeaderClassName
 {
   color: #0280BC;
 }
 .AnyTagClassName
 {
   color: #0280BC;
 }
</style>

background-color css

<style>
 a { background-color: #0280BC; }

 a { background-color: rgb(2,128,188); }

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

border-color css

<style>
 span { border-color: #0280BC; }

 span { border-color: rgb(2,128,188); }

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