Html Css Color HEX #0A71FC Dodger Blue

📋 copy color: '#0A71FC'

red 10 ◦ green 113 ◦ blue 252

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

Shades of Dodger Blue #0A71FC

Tints of Dodger Blue #0A71FC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 252 (98.83% from 255) = 67.2%

R = 2.67%
G = 30.13%
B = 67.2%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A71FC (or 0x0A71FC) is known color: Dodger Blue. HEX triplet: 0A, 71 and FC. RGB value is (10,113,252). Sum of RGB (Red+Green+Blue) = 10+113+252=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A71FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A71FC is #F58E03. Grayscale: #616161. Windows color (decimal): -16092676 or 16544010. OLE color: 16544010.

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

Color convert

RGB 10 113 252 -
CMYK 0.96 0.55 0 0.01
HSL 214.46º 0.98% 0.51% -
HSV(B) 214.46º 0.96% 0.99% -
XYZ 23.6 18.9 94.5 -
YUV 98.05 214.88 65.2 -
System Red Green Blue C M Y K H S L
Decimal 10 113 252 0.96 0.55 0 0.01 214.46 0.98 0.51
Hex A 71 FC 60 37 0 1 D6 62 33
Octal 12 161 374 140 67 0 1 326 142 63
Binary 1010 1110001 11111100 1100000 110111 0 1 11010110 1100010 110011

Color Harmonies of #0A71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A71FC

Black with #0A71FC

Text Example


Text Example

White with #0A71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,113,252); }

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

background-color css

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

 a { background-color: rgb(10,113,252); }

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

border-color css

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

 span { border-color: rgb(10,113,252); }

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