Html Css Color HEX #0293FD Dodger Blue

📋 copy color: '#0293FD'

red 2 ◦ green 147 ◦ blue 253

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

Shades of Dodger Blue #0293FD

Tints of Dodger Blue #0293FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.94%

R = 0.5%
G = 36.57%
B = 62.94%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0293FD (or 0x0293FD) is known color: Dodger Blue. HEX triplet: 02, 93 and FD. RGB value is (2,147,253). Sum of RGB (Red+Green+Blue) = 2+147+253=402 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #0293FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0293FD is #FD6C02. Grayscale: #737373. Windows color (decimal): -16608259 or 16618242. OLE color: 16618242.

HSL color Cylindrical-coordinate representation of color #0293FD: hue angle of 205.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293FD is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 147 253 -
CMYK 0.99 0.42 0 0.01
HSL 205.34º 0.98% 0.5% -
HSV(B) 205.34º 0.99% 0.99% -
XYZ 28.19 27.97 96.84 -
YUV 115.73 205.46 46.88 -
System Red Green Blue C M Y K H S L
Decimal 2 147 253 0.99 0.42 0 0.01 205.34 0.98 0.5
Hex 2 93 FD 63 2A 0 1 CD 62 32
Octal 2 223 375 143 52 0 1 315 142 62
Binary 10 10010011 11111101 1100011 101010 0 1 11001101 1100010 110010

Color Harmonies of #0293FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293FD

Black with #0293FD

Text Example


Text Example

White with #0293FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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