Html Css Color HEX #308EDE Dodger Blue

📋 copy color: '#308EDE'

red 48 ◦ green 142 ◦ blue 222

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

Shades of Dodger Blue #308EDE

Tints of Dodger Blue #308EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

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

R = 11.65%
G = 34.47%
B = 53.88%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#308EDE (or 0x308EDE) is known color: Dodger Blue. HEX triplet: 30, 8E and DE. RGB value is (48,142,222). Sum of RGB (Red+Green+Blue) = 48+142+222=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #308EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EDE is #CF7121. Grayscale: #7A7A7A. Windows color (decimal): -13594914 or 14585392. OLE color: 14585392.

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

Color convert

RGB 48 142 222 -
CMYK 0.78 0.36 0 0.13
HSL 207.59º 0.73% 0.53% -
HSV(B) 207.59º 0.78% 0.87% -
XYZ 24.08 25.25 72.71 -
YUV 123.01 183.86 74.5 -
System Red Green Blue C M Y K H S L
Decimal 48 142 222 0.78 0.36 0 0.13 207.59 0.73 0.53
Hex 30 8E DE 4E 24 0 D D0 48 35
Octal 60 216 336 116 44 0 15 320 110 65
Binary 110000 10001110 11011110 1001110 100100 0 1101 11010000 1001000 110101

Color Harmonies of #308EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308EDE

Black with #308EDE

Text Example


Text Example

White with #308EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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