Html Css Color HEX #0283EC Dodger Blue

📋 copy color: '#0283EC'

red 2 ◦ green 131 ◦ blue 236

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

Shades of Dodger Blue #0283EC

Tints of Dodger Blue #0283EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 0.54%
G = 35.5%
B = 63.96%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0283EC (or 0x0283EC) is known color: Dodger Blue. HEX triplet: 02, 83 and EC. RGB value is (2,131,236). Sum of RGB (Red+Green+Blue) = 2+131+236=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #0283EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0283EC is #FD7C13. Grayscale: #676767. Windows color (decimal): -16612372 or 15500034. OLE color: 15500034.

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

Color convert

RGB 2 131 236 -
CMYK 0.99 0.44 0 0.07
HSL 206.92º 0.98% 0.47% -
HSV(B) 206.92º 0.99% 0.93% -
XYZ 23.28 22.3 82.43 -
YUV 104.4 202.26 54.96 -
System Red Green Blue C M Y K H S L
Decimal 2 131 236 0.99 0.44 0 0.07 206.92 0.98 0.47
Hex 2 83 EC 63 2C 0 7 CF 62 2F
Octal 2 203 354 143 54 0 7 317 142 57
Binary 10 10000011 11101100 1100011 101100 0 111 11001111 1100010 101111

Color Harmonies of #0283EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0283EC

Black with #0283EC

Text Example


Text Example

White with #0283EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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