Html Css Color HEX #308ADD Dodger Blue

📋 copy color: '#308ADD'

red 48 ◦ green 138 ◦ blue 221

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

Shades of Dodger Blue #308ADD

Tints of Dodger Blue #308ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

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

R = 11.79%
G = 33.91%
B = 54.3%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#308ADD (or 0x308ADD) is known color: Dodger Blue. HEX triplet: 30, 8A and DD. RGB value is (48,138,221). Sum of RGB (Red+Green+Blue) = 48+138+221=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #308ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ADD is #CF7522. Grayscale: #787878. Windows color (decimal): -13595939 or 14518832. OLE color: 14518832.

HSL color Cylindrical-coordinate representation of color #308ADD: hue angle of 208.79º 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 #308ADD is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 138 221 -
CMYK 0.78 0.38 0 0.13
HSL 208.79º 0.72% 0.53% -
HSV(B) 208.79º 0.78% 0.87% -
XYZ 23.36 24.03 71.81 -
YUV 120.55 184.68 76.25 -
System Red Green Blue C M Y K H S L
Decimal 48 138 221 0.78 0.38 0 0.13 208.79 0.72 0.53
Hex 30 8A DD 4E 26 0 D D1 48 35
Octal 60 212 335 116 46 0 15 321 110 65
Binary 110000 10001010 11011101 1001110 100110 0 1101 11010001 1001000 110101

Color Harmonies of #308ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ADD

Black with #308ADD

Text Example


Text Example

White with #308ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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