Html Css Color HEX #0283EB Dodger Blue

📋 copy color: '#0283EB'

red 2 ◦ green 131 ◦ blue 235

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

Shades of Dodger Blue #0283EB

Tints of Dodger Blue #0283EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 0.54%
G = 35.6%
B = 63.86%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0283EB (or 0x0283EB) is known color: Dodger Blue. HEX triplet: 02, 83 and EB. RGB value is (2,131,235). Sum of RGB (Red+Green+Blue) = 2+131+235=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #0283EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0283EB is #FD7C14. Grayscale: #676767. Windows color (decimal): -16612373 or 15434498. OLE color: 15434498.

HSL color Cylindrical-coordinate representation of color #0283EB: hue angle of 206.78º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0283EB is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 131 235 -
CMYK 0.99 0.44 0 0.08
HSL 206.78º 0.98% 0.46% -
HSV(B) 206.78º 0.99% 0.92% -
XYZ 23.14 22.24 81.67 -
YUV 104.29 201.76 55.04 -
System Red Green Blue C M Y K H S L
Decimal 2 131 235 0.99 0.44 0 0.08 206.78 0.98 0.46
Hex 2 83 EB 63 2C 0 8 CF 62 2E
Octal 2 203 353 143 54 0 10 317 142 56
Binary 10 10000011 11101011 1100011 101100 0 1000 11001111 1100010 101110

Color Harmonies of #0283EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0283EB

Black with #0283EB

Text Example


Text Example

White with #0283EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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