Html Css Color HEX #308DDD Dodger Blue

📋 copy color: '#308DDD'

red 48 ◦ green 141 ◦ blue 221

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

Shades of Dodger Blue #308DDD

Tints of Dodger Blue #308DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 11.71%
G = 34.39%
B = 53.9%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#308DDD (or 0x308DDD) is known color: Dodger Blue. HEX triplet: 30, 8D and DD. RGB value is (48,141,221). Sum of RGB (Red+Green+Blue) = 48+141+221=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #308DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DDD is #CF7222. Grayscale: #797979. Windows color (decimal): -13595171 or 14519600. OLE color: 14519600.

HSL color Cylindrical-coordinate representation of color #308DDD: hue angle of 207.75º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308DDD is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 141 221 -
CMYK 0.78 0.36 0 0.13
HSL 207.75º 0.72% 0.53% -
HSV(B) 207.75º 0.78% 0.87% -
XYZ 23.79 24.9 71.96 -
YUV 122.31 183.69 75 -
System Red Green Blue C M Y K H S L
Decimal 48 141 221 0.78 0.36 0 0.13 207.75 0.72 0.53
Hex 30 8D DD 4E 24 0 D D0 48 35
Octal 60 215 335 116 44 0 15 320 110 65
Binary 110000 10001101 11011101 1001110 100100 0 1101 11010000 1001000 110101

Color Harmonies of #308DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DDD

Black with #308DDD

Text Example


Text Example

White with #308DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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