Html Css Color HEX #308DFF Dodger Blue

📋 copy color: '#308DFF'

red 48 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #308DFF

Tints of Dodger Blue #308DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.76%

 BLUE value IS 255 (100% from 255) = 57.43%

R = 10.81%
G = 31.76%
B = 57.43%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#308DFF (or 0x308DFF) is known color: Dodger Blue. HEX triplet: 30, 8D and FF. RGB value is (48,141,255). Sum of RGB (Red+Green+Blue) = 48+141+255=444 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.81% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #308DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308DFF is #CF7200. Grayscale: #7D7D7D. Windows color (decimal): -13595137 or 16747824. OLE color: 16747824.

HSL color Cylindrical-coordinate representation of color #308DFF: hue angle of 213.04º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308DFF is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 141 255 -
CMYK 0.81 0.45 0 0
HSL 213.04º 1% 0.59% -
HSV(B) 213.04º 0.81% 1% -
XYZ 28.79 26.9 98.28 -
YUV 126.19 200.69 72.23 -
System Red Green Blue C M Y K H S L
Decimal 48 141 255 0.81 0.45 0 0 213.04 1 0.59
Hex 30 8D FF 51 2D 0 0 D5 64 3B
Octal 60 215 377 121 55 0 0 325 144 73
Binary 110000 10001101 11111111 1010001 101101 0 0 11010101 1100100 111011

Color Harmonies of #308DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DFF

Black with #308DFF

Text Example


Text Example

White with #308DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,255); }

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

background-color css

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

 a { background-color: rgb(48,141,255); }

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

border-color css

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

 span { border-color: rgb(48,141,255); }

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