Html Css Color HEX #0283B3 Cerulean

📋 copy color: '#0283B3'

red 2 ◦ green 131 ◦ blue 179

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

Shades of Cerulean #0283B3

Tints of Cerulean #0283B3

RGB

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

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

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

R = 0.64%
G = 41.99%
B = 57.37%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0283B3 (or 0x0283B3) is known color: Cerulean. HEX triplet: 02, 83 and B3. RGB value is (2,131,179). Sum of RGB (Red+Green+Blue) = 2+131+179=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #0283B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0283B3 is #FD7C4C. Grayscale: #616161. Windows color (decimal): -16612429 or 11764482. OLE color: 11764482.

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

Color convert

RGB 2 131 179 -
CMYK 0.99 0.27 0 0.30
HSL 196.27º 0.98% 0.35% -
HSV(B) 196.27º 0.99% 0.7% -
XYZ 16.28 19.5 45.55 -
YUV 97.9 173.76 59.6 -
System Red Green Blue C M Y K H S L
Decimal 2 131 179 0.99 0.27 0 0.30 196.27 0.98 0.35
Hex 2 83 B3 63 1B 0 1E C4 62 23
Octal 2 203 263 143 33 0 36 304 142 43
Binary 10 10000011 10110011 1100011 11011 0 11110 11000100 1100010 100011

Color Harmonies of #0283B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0283B3

Black with #0283B3

Text Example


Text Example

White with #0283B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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