Html Css Color HEX #309CFC Dodger Blue

📋 copy color: '#309CFC'

red 48 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #309CFC

Tints of Dodger Blue #309CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 10.53%
G = 34.21%
B = 55.26%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#309CFC (or 0x309CFC) is known color: Dodger Blue. HEX triplet: 30, 9C and FC. RGB value is (48,156,252). Sum of RGB (Red+Green+Blue) = 48+156+252=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #309CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309CFC is #CF6303. Grayscale: #868686. Windows color (decimal): -13591300 or 16555056. OLE color: 16555056.

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

Color convert

RGB 48 156 252 -
CMYK 0.81 0.38 0 0.01
HSL 208.24º 0.97% 0.59% -
HSV(B) 208.24º 0.81% 0.99% -
XYZ 30.68 31.43 96.55 -
YUV 134.65 194.22 66.19 -
System Red Green Blue C M Y K H S L
Decimal 48 156 252 0.81 0.38 0 0.01 208.24 0.97 0.59
Hex 30 9C FC 51 26 0 1 D0 61 3B
Octal 60 234 374 121 46 0 1 320 141 73
Binary 110000 10011100 11111100 1010001 100110 0 1 11010000 1100001 111011

Color Harmonies of #309CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CFC

Black with #309CFC

Text Example


Text Example

White with #309CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,156,252); }

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

background-color css

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

 a { background-color: rgb(48,156,252); }

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

border-color css

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

 span { border-color: rgb(48,156,252); }

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