Html Css Color HEX #0A64FD Dodger Blue

📋 copy color: '#0A64FD'

red 10 ◦ green 100 ◦ blue 253

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

Shades of Dodger Blue #0A64FD

Tints of Dodger Blue #0A64FD

RGB

 RED value IS 10 (4.3% from 255) = 2.75%

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 2.75%
G = 27.55%
B = 69.7%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A64FD (or 0x0A64FD) is known color: Dodger Blue. HEX triplet: 0A, 64 and FD. RGB value is (10,100,253). Sum of RGB (Red+Green+Blue) = 10+100+253=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A64FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A64FD is #F59B02. Grayscale: #595959. Windows color (decimal): -16096003 or 16606218. OLE color: 16606218.

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

Color convert

RGB 10 100 253 -
CMYK 0.96 0.60 0 0.01
HSL 217.78º 0.98% 0.52% -
HSV(B) 217.78º 0.96% 0.99% -
XYZ 22.41 16.27 94.89 -
YUV 90.53 219.68 70.56 -
System Red Green Blue C M Y K H S L
Decimal 10 100 253 0.96 0.60 0 0.01 217.78 0.98 0.52
Hex A 64 FD 60 3C 0 1 DA 62 34
Octal 12 144 375 140 74 0 1 332 142 64
Binary 1010 1100100 11111101 1100000 111100 0 1 11011010 1100010 110100

Color Harmonies of #0A64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A64FD

Black with #0A64FD

Text Example


Text Example

White with #0A64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A64FD; }

 p { color: rgb(10,100,253); }

 H1.HeaderClassName
 {
   color: #0A64FD;
 }
 .AnyTagClassName
 {
   color: #0A64FD;
 }
</style>

background-color css

<style>
 a { background-color: #0A64FD; }

 a { background-color: rgb(10,100,253); }

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

border-color css

<style>
 span { border-color: #0A64FD; }

 span { border-color: rgb(10,100,253); }

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