Html Css Color HEX #308EED Dodger Blue

📋 copy color: '#308EED'

red 48 ◦ green 142 ◦ blue 237

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

Shades of Dodger Blue #308EED

Tints of Dodger Blue #308EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 11.24%
G = 33.26%
B = 55.5%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#308EED (or 0x308EED) is known color: Dodger Blue. HEX triplet: 30, 8E and ED. RGB value is (48,142,237). Sum of RGB (Red+Green+Blue) = 48+142+237=427 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.24% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #308EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308EED is #CF7112. Grayscale: #7C7C7C. Windows color (decimal): -13594899 or 15568432. OLE color: 15568432.

HSL color Cylindrical-coordinate representation of color #308EED: hue angle of 210.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308EED is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 142 237 -
CMYK 0.80 0.40 0 0.07
HSL 210.16º 0.84% 0.56% -
HSV(B) 210.16º 0.8% 0.93% -
XYZ 26.18 26.09 83.78 -
YUV 124.72 191.36 73.28 -
System Red Green Blue C M Y K H S L
Decimal 48 142 237 0.80 0.40 0 0.07 210.16 0.84 0.56
Hex 30 8E ED 50 28 0 7 D2 54 38
Octal 60 216 355 120 50 0 7 322 124 70
Binary 110000 10001110 11101101 1010000 101000 0 111 11010010 1010100 111000

Color Harmonies of #308EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308EED

Black with #308EED

Text Example


Text Example

White with #308EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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