Html Css Color HEX #309CF0 Dodger Blue

📋 copy color: '#309CF0'

red 48 ◦ green 156 ◦ blue 240

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

Shades of Dodger Blue #309CF0

Tints of Dodger Blue #309CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.05%

R = 10.81%
G = 35.14%
B = 54.05%

CMYK

 C value IS 0.8

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#309CF0 (or 0x309CF0) is known color: Dodger Blue. HEX triplet: 30, 9C and F0. RGB value is (48,156,240). Sum of RGB (Red+Green+Blue) = 48+156+240=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #309CF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309CF0 is #CF630F. Grayscale: #848484. Windows color (decimal): -13591312 or 15768624. OLE color: 15768624.

HSL color Cylindrical-coordinate representation of color #309CF0: hue angle of 206.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #309CF0 is Cyan = 0.8, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 156 240 -
CMYK 0.8 0.35 0 0.06
HSL 206.25º 0.86% 0.56% -
HSV(B) 206.25º 0.8% 0.94% -
XYZ 28.84 30.7 86.84 -
YUV 133.28 188.22 67.17 -
System Red Green Blue C M Y K H S L
Decimal 48 156 240 0.8 0.35 0 0.06 206.25 0.86 0.56
Hex 30 9C F0 50 23 0 6 CE 56 38
Octal 60 234 360 120 43 0 6 316 126 70
Binary 110000 10011100 11110000 1010000 100011 0 110 11001110 1010110 111000

Color Harmonies of #309CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CF0

Black with #309CF0

Text Example


Text Example

White with #309CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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