Html Css Color HEX #10A2FB Dodger Blue

📋 copy color: '#10A2FB'

red 16 ◦ green 162 ◦ blue 251

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

Shades of Dodger Blue #10A2FB

Tints of Dodger Blue #10A2FB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.76%

 BLUE value IS 251 (98.44% from 255) = 58.51%

R = 3.73%
G = 37.76%
B = 58.51%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10A2FB (or 0x10A2FB) is known color: Dodger Blue. HEX triplet: 10, A2 and FB. RGB value is (16,162,251). Sum of RGB (Red+Green+Blue) = 16+162+251=429 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.73% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #10A2FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A2FB is #EF5D04. Grayscale: #7F7F7F. Windows color (decimal): -15686917 or 16491024. OLE color: 16491024.

HSL color Cylindrical-coordinate representation of color #10A2FB: hue angle of 202.72º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10A2FB is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 162 251 -
CMYK 0.94 0.35 0 0.02
HSL 202.72º 0.97% 0.52% -
HSV(B) 202.72º 0.94% 0.98% -
XYZ 30.55 32.92 96.01 -
YUV 128.49 197.13 47.76 -
System Red Green Blue C M Y K H S L
Decimal 16 162 251 0.94 0.35 0 0.02 202.72 0.97 0.52
Hex 10 A2 FB 5E 23 0 2 CB 61 34
Octal 20 242 373 136 43 0 2 313 141 64
Binary 10000 10100010 11111011 1011110 100011 0 10 11001011 1100001 110100

Color Harmonies of #10A2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A2FB

Black with #10A2FB

Text Example


Text Example

White with #10A2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,162,251); }

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

background-color css

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

 a { background-color: rgb(16,162,251); }

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

border-color css

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

 span { border-color: rgb(16,162,251); }

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