Html Css Color HEX #309BF3 Dodger Blue

📋 copy color: '#309BF3'

red 48 ◦ green 155 ◦ blue 243

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

Shades of Dodger Blue #309BF3

Tints of Dodger Blue #309BF3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.75%

 BLUE value IS 243 (95.31% from 255) = 54.48%

R = 10.76%
G = 34.75%
B = 54.48%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#309BF3 (or 0x309BF3) is known color: Dodger Blue. HEX triplet: 30, 9B and F3. RGB value is (48,155,243). Sum of RGB (Red+Green+Blue) = 48+155+243=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #309BF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309BF3 is #CF640C. Grayscale: #848484. Windows color (decimal): -13591565 or 15964976. OLE color: 15964976.

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

Color convert

RGB 48 155 243 -
CMYK 0.80 0.36 0 0.05
HSL 207.08º 0.89% 0.57% -
HSV(B) 207.08º 0.8% 0.95% -
XYZ 29.12 30.54 89.15 -
YUV 133.04 190.05 67.34 -
System Red Green Blue C M Y K H S L
Decimal 48 155 243 0.80 0.36 0 0.05 207.08 0.89 0.57
Hex 30 9B F3 50 24 0 5 CF 59 39
Octal 60 233 363 120 44 0 5 317 131 71
Binary 110000 10011011 11110011 1010000 100100 0 101 11001111 1011001 111001

Color Harmonies of #309BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BF3

Black with #309BF3

Text Example


Text Example

White with #309BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,155,243); }

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

background-color css

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

 a { background-color: rgb(48,155,243); }

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

border-color css

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

 span { border-color: rgb(48,155,243); }

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