Html Css Color HEX #308BED Dodger Blue

📋 copy color: '#308BED'

red 48 ◦ green 139 ◦ blue 237

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

Shades of Dodger Blue #308BED

Tints of Dodger Blue #308BED

RGB

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

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

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

R = 11.32%
G = 32.78%
B = 55.9%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#308BED (or 0x308BED) is known color: Dodger Blue. HEX triplet: 30, 8B and ED. RGB value is (48,139,237). Sum of RGB (Red+Green+Blue) = 48+139+237=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #308BED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308BED is #CF7412. Grayscale: #7A7A7A. Windows color (decimal): -13595667 or 15567664. OLE color: 15567664.

HSL color Cylindrical-coordinate representation of color #308BED: hue angle of 211.11º 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 #308BED is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 139 237 -
CMYK 0.80 0.41 0 0.07
HSL 211.11º 0.84% 0.56% -
HSV(B) 211.11º 0.8% 0.93% -
XYZ 25.74 25.21 83.63 -
YUV 122.96 192.35 74.53 -
System Red Green Blue C M Y K H S L
Decimal 48 139 237 0.80 0.41 0 0.07 211.11 0.84 0.56
Hex 30 8B ED 50 29 0 7 D3 54 38
Octal 60 213 355 120 51 0 7 323 124 70
Binary 110000 10001011 11101101 1010000 101001 0 111 11010011 1010100 111000

Color Harmonies of #308BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BED

Black with #308BED

Text Example


Text Example

White with #308BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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