Html Css Color HEX #309DF5 Dodger Blue

📋 copy color: '#309DF5'

red 48 ◦ green 157 ◦ blue 245

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

Shades of Dodger Blue #309DF5

Tints of Dodger Blue #309DF5

RGB

 RED value IS 48 (19.14% from 255) = 10.67%

 GREEN value IS 157 (61.72% from 255) = 34.89%

 BLUE value IS 245 (96.09% from 255) = 54.44%

R = 10.67%
G = 34.89%
B = 54.44%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#309DF5 (or 0x309DF5) is known color: Dodger Blue. HEX triplet: 30, 9D and F5. RGB value is (48,157,245). Sum of RGB (Red+Green+Blue) = 48+157+245=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 245 (96.09% from 255 or 54.44% from 450); Max value from RGB is 245 - color contains mainly: blue. Hex color #309DF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309DF5 is #CF620A. Grayscale: #858585. Windows color (decimal): -13591051 or 16096560. OLE color: 16096560.

HSL color Cylindrical-coordinate representation of color #309DF5: hue angle of 206.8º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #309DF5 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 157 245 -
CMYK 0.80 0.36 0 0.04
HSL 206.8º 0.91% 0.57% -
HSV(B) 206.8º 0.8% 0.96% -
XYZ 29.76 31.33 90.87 -
YUV 134.44 190.39 66.34 -
System Red Green Blue C M Y K H S L
Decimal 48 157 245 0.80 0.36 0 0.04 206.8 0.91 0.57
Hex 30 9D F5 50 24 0 4 CF 5B 39
Octal 60 235 365 120 44 0 4 317 133 71
Binary 110000 10011101 11110101 1010000 100100 0 100 11001111 1011011 111001

Color Harmonies of #309DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DF5

Black with #309DF5

Text Example


Text Example

White with #309DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309DF5; }

 p { color: rgb(48,157,245); }

 H1.HeaderClassName
 {
   color: #309DF5;
 }
 .AnyTagClassName
 {
   color: #309DF5;
 }
</style>

background-color css

<style>
 a { background-color: #309DF5; }

 a { background-color: rgb(48,157,245); }

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

border-color css

<style>
 span { border-color: #309DF5; }

 span { border-color: rgb(48,157,245); }

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