Html Css Color HEX #0994FB Dodger Blue

📋 copy color: '#0994FB'

red 9 ◦ green 148 ◦ blue 251

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

Shades of Dodger Blue #0994FB

Tints of Dodger Blue #0994FB

RGB

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

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

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

R = 2.21%
G = 36.27%
B = 61.52%

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

#0994FB (or 0x0994FB) is known color: Dodger Blue. HEX triplet: 09, 94 and FB. RGB value is (9,148,251). Sum of RGB (Red+Green+Blue) = 9+148+251=408 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #0994FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0994FB is #F66B04. Grayscale: #757575. Windows color (decimal): -16149253 or 16487433. OLE color: 16487433.

HSL color Cylindrical-coordinate representation of color #0994FB: hue angle of 205.54º degrees, saturation: 0.97, 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 #0994FB is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 148 251 -
CMYK 0.96 0.41 0 0.02
HSL 205.54º 0.97% 0.51% -
HSV(B) 205.54º 0.96% 0.98% -
XYZ 28.12 28.2 95.23 -
YUV 118.18 202.95 50.12 -
System Red Green Blue C M Y K H S L
Decimal 9 148 251 0.96 0.41 0 0.02 205.54 0.97 0.51
Hex 9 94 FB 60 29 0 2 CE 61 33
Octal 11 224 373 140 51 0 2 316 141 63
Binary 1001 10010100 11111011 1100000 101001 0 10 11001110 1100001 110011

Color Harmonies of #0994FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0994FB

Black with #0994FB

Text Example


Text Example

White with #0994FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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