Html Css Color HEX #308DED Dodger Blue

📋 copy color: '#308DED'

red 48 ◦ green 141 ◦ blue 237

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

Shades of Dodger Blue #308DED

Tints of Dodger Blue #308DED

RGB

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

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

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

R = 11.27%
G = 33.1%
B = 55.63%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#308DED (or 0x308DED) is known color: Dodger Blue. HEX triplet: 30, 8D and ED. RGB value is (48,141,237). Sum of RGB (Red+Green+Blue) = 48+141+237=426 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.27% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #308DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308DED is #CF7212. Grayscale: #7B7B7B. Windows color (decimal): -13595155 or 15568176. OLE color: 15568176.

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

Color convert

RGB 48 141 237 -
CMYK 0.80 0.41 0 0.07
HSL 210.48º 0.84% 0.56% -
HSV(B) 210.48º 0.8% 0.93% -
XYZ 26.03 25.79 83.73 -
YUV 124.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 48 141 237 0.80 0.41 0 0.07 210.48 0.84 0.56
Hex 30 8D ED 50 29 0 7 D2 54 38
Octal 60 215 355 120 51 0 7 322 124 70
Binary 110000 10001101 11101101 1010000 101001 0 111 11010010 1010100 111000

Color Harmonies of #308DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DED

Black with #308DED

Text Example


Text Example

White with #308DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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