Html Css Color HEX #0283BA Cerulean

📋 copy color: '#0283BA'

red 2 ◦ green 131 ◦ blue 186

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

Shades of Cerulean #0283BA

Tints of Cerulean #0283BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 0.63%
G = 41.07%
B = 58.31%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0283BA (or 0x0283BA) is known color: Cerulean. HEX triplet: 02, 83 and BA. RGB value is (2,131,186). Sum of RGB (Red+Green+Blue) = 2+131+186=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #0283BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0283BA is #FD7C45. Grayscale: #626262. Windows color (decimal): -16612422 or 12223234. OLE color: 12223234.

HSL color Cylindrical-coordinate representation of color #0283BA: hue angle of 197.93º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0283BA is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 131 186 -
CMYK 0.99 0.30 0 0.27
HSL 197.93º 0.98% 0.37% -
HSV(B) 197.93º 0.99% 0.73% -
XYZ 17 19.79 49.38 -
YUV 98.7 177.26 59.03 -
System Red Green Blue C M Y K H S L
Decimal 2 131 186 0.99 0.30 0 0.27 197.93 0.98 0.37
Hex 2 83 BA 63 1E 0 1B C6 62 25
Octal 2 203 272 143 36 0 33 306 142 45
Binary 10 10000011 10111010 1100011 11110 0 11011 11000110 1100010 100101

Color Harmonies of #0283BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0283BA

Black with #0283BA

Text Example


Text Example

White with #0283BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0283BA; }

 p { color: rgb(2,131,186); }

 H1.HeaderClassName
 {
   color: #0283BA;
 }
 .AnyTagClassName
 {
   color: #0283BA;
 }
</style>

background-color css

<style>
 a { background-color: #0283BA; }

 a { background-color: rgb(2,131,186); }

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

border-color css

<style>
 span { border-color: #0283BA; }

 span { border-color: rgb(2,131,186); }

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