Html Css Color HEX #308BE0 Dodger Blue

📋 copy color: '#308BE0'

red 48 ◦ green 139 ◦ blue 224

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

Shades of Dodger Blue #308BE0

Tints of Dodger Blue #308BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.5%

R = 11.68%
G = 33.82%
B = 54.5%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#308BE0 (or 0x308BE0) is known color: Dodger Blue. HEX triplet: 30, 8B and E0. RGB value is (48,139,224). Sum of RGB (Red+Green+Blue) = 48+139+224=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #308BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BE0 is #CF741F. Grayscale: #797979. Windows color (decimal): -13595680 or 14715696. OLE color: 14715696.

HSL color Cylindrical-coordinate representation of color #308BE0: hue angle of 208.98º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #308BE0 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 139 224 -
CMYK 0.79 0.38 0 0.12
HSL 208.98º 0.74% 0.53% -
HSV(B) 208.98º 0.79% 0.88% -
XYZ 23.91 24.48 73.99 -
YUV 121.48 185.85 75.59 -
System Red Green Blue C M Y K H S L
Decimal 48 139 224 0.79 0.38 0 0.12 208.98 0.74 0.53
Hex 30 8B E0 4F 26 0 C D1 4A 35
Octal 60 213 340 117 46 0 14 321 112 65
Binary 110000 10001011 11100000 1001111 100110 0 1100 11010001 1001010 110101

Color Harmonies of #308BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BE0

Black with #308BE0

Text Example


Text Example

White with #308BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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