Html Css Color HEX #0A94FA Dodger Blue

📋 copy color: '#0A94FA'

red 10 ◦ green 148 ◦ blue 250

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

Shades of Dodger Blue #0A94FA

Tints of Dodger Blue #0A94FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.27%

 BLUE value IS 250 (98.05% from 255) = 61.27%

R = 2.45%
G = 36.27%
B = 61.27%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A94FA (or 0x0A94FA) is known color: Dodger Blue. HEX triplet: 0A, 94 and FA. RGB value is (10,148,250). Sum of RGB (Red+Green+Blue) = 10+148+250=408 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.45% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A94FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A94FA is #F56B05. Grayscale: #757575. Windows color (decimal): -16083718 or 16421898. OLE color: 16421898.

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

Color convert

RGB 10 148 250 -
CMYK 0.96 0.41 0 0.02
HSL 205.5º 0.96% 0.51% -
HSV(B) 205.5º 0.96% 0.98% -
XYZ 27.97 28.15 94.4 -
YUV 118.37 202.28 50.71 -
System Red Green Blue C M Y K H S L
Decimal 10 148 250 0.96 0.41 0 0.02 205.5 0.96 0.51
Hex A 94 FA 60 29 0 2 CE 60 33
Octal 12 224 372 140 51 0 2 316 140 63
Binary 1010 10010100 11111010 1100000 101001 0 10 11001110 1100000 110011

Color Harmonies of #0A94FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A94FA

Black with #0A94FA

Text Example


Text Example

White with #0A94FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,148,250); }

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

background-color css

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

 a { background-color: rgb(10,148,250); }

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

border-color css

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

 span { border-color: rgb(10,148,250); }

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