Html Css Color HEX #0994FD Dodger Blue

📋 copy color: '#0994FD'

red 9 ◦ green 148 ◦ blue 253

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

Shades of Dodger Blue #0994FD

Tints of Dodger Blue #0994FD

RGB

 RED value IS 9 (3.91% from 255) = 2.2%

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

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

R = 2.2%
G = 36.1%
B = 61.71%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0994FD (or 0x0994FD) is known color: Dodger Blue. HEX triplet: 09, 94 and FD. RGB value is (9,148,253). Sum of RGB (Red+Green+Blue) = 9+148+253=410 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #0994FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0994FD is #F66B02. Grayscale: #757575. Windows color (decimal): -16149251 or 16618505. OLE color: 16618505.

HSL color Cylindrical-coordinate representation of color #0994FD: hue angle of 205.82º 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 #0994FD is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 148 253 -
CMYK 0.96 0.42 0 0.01
HSL 205.82º 0.98% 0.51% -
HSV(B) 205.82º 0.96% 0.99% -
XYZ 28.43 28.33 96.9 -
YUV 118.41 203.95 49.96 -
System Red Green Blue C M Y K H S L
Decimal 9 148 253 0.96 0.42 0 0.01 205.82 0.98 0.51
Hex 9 94 FD 60 2A 0 1 CE 62 33
Octal 11 224 375 140 52 0 1 316 142 63
Binary 1001 10010100 11111101 1100000 101010 0 1 11001110 1100010 110011

Color Harmonies of #0994FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0994FD

Black with #0994FD

Text Example


Text Example

White with #0994FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0994FD; }

 p { color: rgb(9,148,253); }

 H1.HeaderClassName
 {
   color: #0994FD;
 }
 .AnyTagClassName
 {
   color: #0994FD;
 }
</style>

background-color css

<style>
 a { background-color: #0994FD; }

 a { background-color: rgb(9,148,253); }

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

border-color css

<style>
 span { border-color: #0994FD; }

 span { border-color: rgb(9,148,253); }

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