Html Css Color HEX #309DFF Dodger Blue

📋 copy color: '#309DFF'

red 48 ◦ green 157 ◦ blue 255

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

Shades of Dodger Blue #309DFF

Tints of Dodger Blue #309DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.43%

R = 10.43%
G = 34.13%
B = 55.43%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#309DFF (or 0x309DFF) is known color: Dodger Blue. HEX triplet: 30, 9D and FF. RGB value is (48,157,255). Sum of RGB (Red+Green+Blue) = 48+157+255=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #309DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309DFF is #CF6200. Grayscale: #878787. Windows color (decimal): -13591041 or 16751920. OLE color: 16751920.

HSL color Cylindrical-coordinate representation of color #309DFF: hue angle of 208.41º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #309DFF is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 157 255 -
CMYK 0.81 0.38 0 0
HSL 208.41º 1% 0.59% -
HSV(B) 208.41º 0.81% 1% -
XYZ 31.33 31.96 99.13 -
YUV 135.58 195.39 65.53 -
System Red Green Blue C M Y K H S L
Decimal 48 157 255 0.81 0.38 0 0 208.41 1 0.59
Hex 30 9D FF 51 26 0 0 D0 64 3B
Octal 60 235 377 121 46 0 0 320 144 73
Binary 110000 10011101 11111111 1010001 100110 0 0 11010000 1100100 111011

Color Harmonies of #309DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309DFF

Black with #309DFF

Text Example


Text Example

White with #309DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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