Html Css Color HEX #308DEC Dodger Blue

📋 copy color: '#308DEC'

red 48 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #308DEC

Tints of Dodger Blue #308DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 236 (92.58% from 255) = 55.53%

R = 11.29%
G = 33.18%
B = 55.53%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#308DEC (or 0x308DEC) is known color: Dodger Blue. HEX triplet: 30, 8D and EC. RGB value is (48,141,236). Sum of RGB (Red+Green+Blue) = 48+141+236=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #308DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308DEC is #CF7213. Grayscale: #7B7B7B. Windows color (decimal): -13595156 or 15502640. OLE color: 15502640.

HSL color Cylindrical-coordinate representation of color #308DEC: hue angle of 210.32º degrees, saturation: 0.83, 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 #308DEC is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 141 236 -
CMYK 0.80 0.40 0 0.07
HSL 210.32º 0.83% 0.56% -
HSV(B) 210.32º 0.8% 0.93% -
XYZ 25.88 25.73 82.96 -
YUV 124.02 191.19 73.78 -
System Red Green Blue C M Y K H S L
Decimal 48 141 236 0.80 0.40 0 0.07 210.32 0.83 0.56
Hex 30 8D EC 50 28 0 7 D2 53 38
Octal 60 215 354 120 50 0 7 322 123 70
Binary 110000 10001101 11101100 1010000 101000 0 111 11010010 1010011 111000

Color Harmonies of #308DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DEC

Black with #308DEC

Text Example


Text Example

White with #308DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308DEC; }

 p { color: rgb(48,141,236); }

 H1.HeaderClassName
 {
   color: #308DEC;
 }
 .AnyTagClassName
 {
   color: #308DEC;
 }
</style>

background-color css

<style>
 a { background-color: #308DEC; }

 a { background-color: rgb(48,141,236); }

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

border-color css

<style>
 span { border-color: #308DEC; }

 span { border-color: rgb(48,141,236); }

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