Html Css Color HEX #308BDE Dodger Blue

📋 copy color: '#308BDE'

red 48 ◦ green 139 ◦ blue 222

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

Shades of Dodger Blue #308BDE

Tints of Dodger Blue #308BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

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

R = 11.74%
G = 33.99%
B = 54.28%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#308BDE (or 0x308BDE) is known color: Dodger Blue. HEX triplet: 30, 8B and DE. RGB value is (48,139,222). Sum of RGB (Red+Green+Blue) = 48+139+222=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #308BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BDE is #CF7421. Grayscale: #787878. Windows color (decimal): -13595682 or 14584624. OLE color: 14584624.

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

Color convert

RGB 48 139 222 -
CMYK 0.78 0.37 0 0.13
HSL 208.62º 0.73% 0.53% -
HSV(B) 208.62º 0.78% 0.87% -
XYZ 23.64 24.37 72.56 -
YUV 121.25 184.85 75.75 -
System Red Green Blue C M Y K H S L
Decimal 48 139 222 0.78 0.37 0 0.13 208.62 0.73 0.53
Hex 30 8B DE 4E 25 0 D D1 48 35
Octal 60 213 336 116 45 0 15 321 110 65
Binary 110000 10001011 11011110 1001110 100101 0 1101 11010001 1001000 110101

Color Harmonies of #308BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BDE

Black with #308BDE

Text Example


Text Example

White with #308BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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