Html Css Color HEX #309BED Dodger Blue

📋 copy color: '#309BED'

red 48 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #309BED

Tints of Dodger Blue #309BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 10.91%
G = 35.23%
B = 53.86%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#309BED (or 0x309BED) is known color: Dodger Blue. HEX triplet: 30, 9B and ED. RGB value is (48,155,237). Sum of RGB (Red+Green+Blue) = 48+155+237=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #309BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309BED is #CF6412. Grayscale: #838383. Windows color (decimal): -13591571 or 15571760. OLE color: 15571760.

HSL color Cylindrical-coordinate representation of color #309BED: hue angle of 206.03º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #309BED is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 155 237 -
CMYK 0.80 0.35 0 0.07
HSL 206.03º 0.84% 0.56% -
HSV(B) 206.03º 0.8% 0.93% -
XYZ 28.23 30.19 84.46 -
YUV 132.36 187.05 67.83 -
System Red Green Blue C M Y K H S L
Decimal 48 155 237 0.80 0.35 0 0.07 206.03 0.84 0.56
Hex 30 9B ED 50 23 0 7 CE 54 38
Octal 60 233 355 120 43 0 7 316 124 70
Binary 110000 10011011 11101101 1010000 100011 0 111 11001110 1010100 111000

Color Harmonies of #309BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309BED

Black with #309BED

Text Example


Text Example

White with #309BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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