Html Css Color HEX #0293F1 Dodger Blue

📋 copy color: '#0293F1'

red 2 ◦ green 147 ◦ blue 241

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

Shades of Dodger Blue #0293F1

Tints of Dodger Blue #0293F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.79%

R = 0.51%
G = 37.69%
B = 61.79%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0293F1 (or 0x0293F1) is known color: Dodger Blue. HEX triplet: 02, 93 and F1. RGB value is (2,147,241). Sum of RGB (Red+Green+Blue) = 2+147+241=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #0293F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0293F1 is #FD6C0E. Grayscale: #717171. Windows color (decimal): -16608271 or 15831810. OLE color: 15831810.

HSL color Cylindrical-coordinate representation of color #0293F1: hue angle of 203.6º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293F1 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 147 241 -
CMYK 0.99 0.39 0 0.05
HSL 203.6º 0.98% 0.48% -
HSV(B) 203.6º 0.99% 0.95% -
XYZ 26.34 27.23 87.09 -
YUV 114.36 199.46 47.86 -
System Red Green Blue C M Y K H S L
Decimal 2 147 241 0.99 0.39 0 0.05 203.6 0.98 0.48
Hex 2 93 F1 63 27 0 5 CC 62 30
Octal 2 223 361 143 47 0 5 314 142 60
Binary 10 10010011 11110001 1100011 100111 0 101 11001100 1100010 110000

Color Harmonies of #0293F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293F1

Black with #0293F1

Text Example


Text Example

White with #0293F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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