Html Css Color HEX #309EFF Dodger Blue

📋 copy color: '#309EFF'

red 48 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #309EFF

Tints of Dodger Blue #309EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.27%

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

R = 10.41%
G = 34.27%
B = 55.31%

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

#309EFF (or 0x309EFF) is known color: Dodger Blue. HEX triplet: 30, 9E and FF. RGB value is (48,158,255). Sum of RGB (Red+Green+Blue) = 48+158+255=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #309EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309EFF is #CF6100. Grayscale: #878787. Windows color (decimal): -13590785 or 16752176. OLE color: 16752176.

HSL color Cylindrical-coordinate representation of color #309EFF: hue angle of 208.12º 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 #309EFF is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 158 255 -
CMYK 0.81 0.38 0 0
HSL 208.12º 1% 0.59% -
HSV(B) 208.12º 0.81% 1% -
XYZ 31.5 32.3 99.18 -
YUV 136.17 195.06 65.11 -
System Red Green Blue C M Y K H S L
Decimal 48 158 255 0.81 0.38 0 0 208.12 1 0.59
Hex 30 9E FF 51 26 0 0 D0 64 3B
Octal 60 236 377 121 46 0 0 320 144 73
Binary 110000 10011110 11111111 1010001 100110 0 0 11010000 1100100 111011

Color Harmonies of #309EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309EFF

Black with #309EFF

Text Example


Text Example

White with #309EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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