Html Css Color HEX #308CEB Dodger Blue

📋 copy color: '#308CEB'

red 48 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #308CEB

Tints of Dodger Blue #308CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 11.35%
G = 33.1%
B = 55.56%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#308CEB (or 0x308CEB) is known color: Dodger Blue. HEX triplet: 30, 8C and EB. RGB value is (48,140,235). Sum of RGB (Red+Green+Blue) = 48+140+235=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #308CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308CEB is #CF7314. Grayscale: #7A7A7A. Windows color (decimal): -13595413 or 15436848. OLE color: 15436848.

HSL color Cylindrical-coordinate representation of color #308CEB: hue angle of 210.48º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308CEB is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 140 235 -
CMYK 0.80 0.40 0 0.08
HSL 210.48º 0.82% 0.55% -
HSV(B) 210.48º 0.8% 0.92% -
XYZ 25.59 25.38 82.15 -
YUV 123.32 191.02 74.28 -
System Red Green Blue C M Y K H S L
Decimal 48 140 235 0.80 0.40 0 0.08 210.48 0.82 0.55
Hex 30 8C EB 50 28 0 8 D2 52 37
Octal 60 214 353 120 50 0 10 322 122 67
Binary 110000 10001100 11101011 1010000 101000 0 1000 11010010 1010010 110111

Color Harmonies of #308CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CEB

Black with #308CEB

Text Example


Text Example

White with #308CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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