Html Css Color HEX #10A3EE Dodger Blue

📋 copy color: '#10A3EE'

red 16 ◦ green 163 ◦ blue 238

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

Shades of Dodger Blue #10A3EE

Tints of Dodger Blue #10A3EE

RGB

 RED value IS 16 (6.64% from 255) = 3.84%

 GREEN value IS 163 (64.06% from 255) = 39.09%

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 3.84%
G = 39.09%
B = 57.07%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10A3EE (or 0x10A3EE) is known color: Dodger Blue. HEX triplet: 10, A3 and EE. RGB value is (16,163,238). Sum of RGB (Red+Green+Blue) = 16+163+238=417 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.84% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #10A3EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A3EE is #EF5C11. Grayscale: #7F7F7F. Windows color (decimal): -15686674 or 15639312. OLE color: 15639312.

HSL color Cylindrical-coordinate representation of color #10A3EE: hue angle of 200.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A3EE is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 163 238 -
CMYK 0.93 0.32 0 0.07
HSL 200.27º 0.87% 0.5% -
HSV(B) 200.27º 0.93% 0.93% -
XYZ 28.74 32.48 85.64 -
YUV 127.6 190.3 48.4 -
System Red Green Blue C M Y K H S L
Decimal 16 163 238 0.93 0.32 0 0.07 200.27 0.87 0.5
Hex 10 A3 EE 5D 20 0 7 C8 57 32
Octal 20 243 356 135 40 0 7 310 127 62
Binary 10000 10100011 11101110 1011101 100000 0 111 11001000 1010111 110010

Color Harmonies of #10A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A3EE

Black with #10A3EE

Text Example


Text Example

White with #10A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A3EE; }

 p { color: rgb(16,163,238); }

 H1.HeaderClassName
 {
   color: #10A3EE;
 }
 .AnyTagClassName
 {
   color: #10A3EE;
 }
</style>

background-color css

<style>
 a { background-color: #10A3EE; }

 a { background-color: rgb(16,163,238); }

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

border-color css

<style>
 span { border-color: #10A3EE; }

 span { border-color: rgb(16,163,238); }

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