Html Css Color HEX #0280BE Cerulean

📋 copy color: '#0280BE'

red 2 ◦ green 128 ◦ blue 190

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

Shades of Cerulean #0280BE

Tints of Cerulean #0280BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 0.63%
G = 40%
B = 59.38%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0280BE (or 0x0280BE) is known color: Cerulean. HEX triplet: 02, 80 and BE. RGB value is (2,128,190). Sum of RGB (Red+Green+Blue) = 2+128+190=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #0280BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280BE is #FD7F41. Grayscale: #616161. Windows color (decimal): -16613186 or 12484610. OLE color: 12484610.

HSL color Cylindrical-coordinate representation of color #0280BE: hue angle of 199.79º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280BE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 128 190 -
CMYK 0.99 0.33 0 0.25
HSL 199.79º 0.98% 0.38% -
HSV(B) 199.79º 0.99% 0.75% -
XYZ 17.04 19.17 51.52 -
YUV 97.39 180.26 59.96 -
System Red Green Blue C M Y K H S L
Decimal 2 128 190 0.99 0.33 0 0.25 199.79 0.98 0.38
Hex 2 80 BE 63 21 0 19 C8 62 26
Octal 2 200 276 143 41 0 31 310 142 46
Binary 10 10000000 10111110 1100011 100001 0 11001 11001000 1100010 100110

Color Harmonies of #0280BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0280BE

Black with #0280BE

Text Example


Text Example

White with #0280BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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