Html Css Color HEX #308BE6 Dodger Blue

📋 copy color: '#308BE6'

red 48 ◦ green 139 ◦ blue 230

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

Shades of Dodger Blue #308BE6

Tints of Dodger Blue #308BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.16%

R = 11.51%
G = 33.33%
B = 55.16%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#308BE6 (or 0x308BE6) is known color: Dodger Blue. HEX triplet: 30, 8B and E6. RGB value is (48,139,230). Sum of RGB (Red+Green+Blue) = 48+139+230=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #308BE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308BE6 is #CF7419. Grayscale: #797979. Windows color (decimal): -13595674 or 15108912. OLE color: 15108912.

HSL color Cylindrical-coordinate representation of color #308BE6: hue angle of 210º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #308BE6 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 139 230 -
CMYK 0.79 0.40 0 0.10
HSL 210º 0.78% 0.55% -
HSV(B) 210º 0.79% 0.9% -
XYZ 24.73 24.81 78.35 -
YUV 122.17 188.85 75.1 -
System Red Green Blue C M Y K H S L
Decimal 48 139 230 0.79 0.40 0 0.10 210 0.78 0.55
Hex 30 8B E6 4F 28 0 A D2 4E 37
Octal 60 213 346 117 50 0 12 322 116 67
Binary 110000 10001011 11100110 1001111 101000 0 1010 11010010 1001110 110111

Color Harmonies of #308BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BE6

Black with #308BE6

Text Example


Text Example

White with #308BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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