Html Css Color HEX #308ADE Dodger Blue

📋 copy color: '#308ADE'

red 48 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #308ADE

Tints of Dodger Blue #308ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 11.76%
G = 33.82%
B = 54.41%

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

#308ADE (or 0x308ADE) is known color: Dodger Blue. HEX triplet: 30, 8A and DE. RGB value is (48,138,222). Sum of RGB (Red+Green+Blue) = 48+138+222=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #308ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ADE is #CF7521. Grayscale: #787878. Windows color (decimal): -13595938 or 14584368. OLE color: 14584368.

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

Color convert

RGB 48 138 222 -
CMYK 0.78 0.38 0 0.13
HSL 208.97º 0.73% 0.53% -
HSV(B) 208.97º 0.78% 0.87% -
XYZ 23.49 24.08 72.52 -
YUV 120.67 185.18 76.17 -
System Red Green Blue C M Y K H S L
Decimal 48 138 222 0.78 0.38 0 0.13 208.97 0.73 0.53
Hex 30 8A DE 4E 26 0 D D1 48 35
Octal 60 212 336 116 46 0 15 321 110 65
Binary 110000 10001010 11011110 1001110 100110 0 1101 11010001 1001000 110101

Color Harmonies of #308ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ADE

Black with #308ADE

Text Example


Text Example

White with #308ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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