Html Css Color HEX #0392EC Dodger Blue

📋 copy color: '#0392EC'

red 3 ◦ green 146 ◦ blue 236

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

Shades of Dodger Blue #0392EC

Tints of Dodger Blue #0392EC

RGB

 RED value IS 3 (1.56% from 255) = 0.78%

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 0.78%
G = 37.92%
B = 61.3%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0392EC (or 0x0392EC) is known color: Dodger Blue. HEX triplet: 03, 92 and EC. RGB value is (3,146,236). Sum of RGB (Red+Green+Blue) = 3+146+236=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #0392EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0392EC is #FC6D13. Grayscale: #717171. Windows color (decimal): -16542996 or 15503875. OLE color: 15503875.

HSL color Cylindrical-coordinate representation of color #0392EC: hue angle of 203.18º degrees, saturation: 0.97, 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 #0392EC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 146 236 -
CMYK 0.99 0.38 0 0.07
HSL 203.18º 0.97% 0.47% -
HSV(B) 203.18º 0.99% 0.93% -
XYZ 25.46 26.63 83.16 -
YUV 113.5 197.12 49.18 -
System Red Green Blue C M Y K H S L
Decimal 3 146 236 0.99 0.38 0 0.07 203.18 0.97 0.47
Hex 3 92 EC 63 26 0 7 CB 61 2F
Octal 3 222 354 143 46 0 7 313 141 57
Binary 11 10010010 11101100 1100011 100110 0 111 11001011 1100001 101111

Color Harmonies of #0392EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0392EC

Black with #0392EC

Text Example


Text Example

White with #0392EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,146,236); }

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

background-color css

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

 a { background-color: rgb(3,146,236); }

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

border-color css

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

 span { border-color: rgb(3,146,236); }

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