Html Css Color HEX #0293EF Dodger Blue

📋 copy color: '#0293EF'

red 2 ◦ green 147 ◦ blue 239

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

Shades of Dodger Blue #0293EF

Tints of Dodger Blue #0293EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 0.52%
G = 37.89%
B = 61.6%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0293EF (or 0x0293EF) is known color: Dodger Blue. HEX triplet: 02, 93 and EF. RGB value is (2,147,239). Sum of RGB (Red+Green+Blue) = 2+147+239=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #0293EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0293EF is #FD6C10. Grayscale: #717171. Windows color (decimal): -16608273 or 15700738. OLE color: 15700738.

HSL color Cylindrical-coordinate representation of color #0293EF: hue angle of 203.29º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293EF is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 147 239 -
CMYK 0.99 0.38 0 0.06
HSL 203.29º 0.98% 0.47% -
HSV(B) 203.29º 0.99% 0.94% -
XYZ 26.04 27.11 85.52 -
YUV 114.13 198.46 48.02 -
System Red Green Blue C M Y K H S L
Decimal 2 147 239 0.99 0.38 0 0.06 203.29 0.98 0.47
Hex 2 93 EF 63 26 0 6 CB 62 2F
Octal 2 223 357 143 46 0 6 313 142 57
Binary 10 10010011 11101111 1100011 100110 0 110 11001011 1100010 101111

Color Harmonies of #0293EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293EF

Black with #0293EF

Text Example


Text Example

White with #0293EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0293EF; }

 p { color: rgb(2,147,239); }

 H1.HeaderClassName
 {
   color: #0293EF;
 }
 .AnyTagClassName
 {
   color: #0293EF;
 }
</style>

background-color css

<style>
 a { background-color: #0293EF; }

 a { background-color: rgb(2,147,239); }

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

border-color css

<style>
 span { border-color: #0293EF; }

 span { border-color: rgb(2,147,239); }

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