Html Css Color HEX #308DFB Dodger Blue

📋 copy color: '#308DFB'

red 48 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #308DFB

Tints of Dodger Blue #308DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.05%

R = 10.91%
G = 32.05%
B = 57.05%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#308DFB (or 0x308DFB) is known color: Dodger Blue. HEX triplet: 30, 8D and FB. RGB value is (48,141,251). Sum of RGB (Red+Green+Blue) = 48+141+251=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #308DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308DFB is #CF7204. Grayscale: #7D7D7D. Windows color (decimal): -13595141 or 16485680. OLE color: 16485680.

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

Color convert

RGB 48 141 251 -
CMYK 0.81 0.44 0 0.02
HSL 212.51º 0.96% 0.59% -
HSV(B) 212.51º 0.81% 0.98% -
XYZ 28.16 26.64 94.93 -
YUV 125.73 198.69 72.56 -
System Red Green Blue C M Y K H S L
Decimal 48 141 251 0.81 0.44 0 0.02 212.51 0.96 0.59
Hex 30 8D FB 51 2C 0 2 D5 60 3B
Octal 60 215 373 121 54 0 2 325 140 73
Binary 110000 10001101 11111011 1010001 101100 0 10 11010101 1100000 111011

Color Harmonies of #308DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DFB

Black with #308DFB

Text Example


Text Example

White with #308DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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