Html Css Color HEX #308CE2 Dodger Blue

📋 copy color: '#308CE2'

red 48 ◦ green 140 ◦ blue 226

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

Shades of Dodger Blue #308CE2

Tints of Dodger Blue #308CE2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

 BLUE value IS 226 (88.67% from 255) = 54.59%

R = 11.59%
G = 33.82%
B = 54.59%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#308CE2 (or 0x308CE2) is known color: Dodger Blue. HEX triplet: 30, 8C and E2. RGB value is (48,140,226). Sum of RGB (Red+Green+Blue) = 48+140+226=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 226 (88.67% from 255 or 54.59% from 414); Max value from RGB is 226 - color contains mainly: blue. Hex color #308CE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CE2 is #CF731D. Grayscale: #797979. Windows color (decimal): -13595422 or 14847024. OLE color: 14847024.

HSL color Cylindrical-coordinate representation of color #308CE2: hue angle of 208.99º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #308CE2 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 140 226 -
CMYK 0.79 0.38 0 0.11
HSL 208.99º 0.75% 0.54% -
HSV(B) 208.99º 0.79% 0.89% -
XYZ 24.32 24.88 75.47 -
YUV 122.3 186.52 75.01 -
System Red Green Blue C M Y K H S L
Decimal 48 140 226 0.79 0.38 0 0.11 208.99 0.75 0.54
Hex 30 8C E2 4F 26 0 B D1 4B 36
Octal 60 214 342 117 46 0 13 321 113 66
Binary 110000 10001100 11100010 1001111 100110 0 1011 11010001 1001011 110110

Color Harmonies of #308CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CE2

Black with #308CE2

Text Example


Text Example

White with #308CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,140,226); }

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

background-color css

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

 a { background-color: rgb(48,140,226); }

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

border-color css

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

 span { border-color: rgb(48,140,226); }

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