Html Css Color HEX #308BFD Dodger Blue

📋 copy color: '#308BFD'

red 48 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #308BFD

Tints of Dodger Blue #308BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 10.91%
G = 31.59%
B = 57.5%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#308BFD (or 0x308BFD) is known color: Dodger Blue. HEX triplet: 30, 8B and FD. RGB value is (48,139,253). Sum of RGB (Red+Green+Blue) = 48+139+253=440 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.91% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #308BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308BFD is #CF7402. Grayscale: #7C7C7C. Windows color (decimal): -13595651 or 16616240. OLE color: 16616240.

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

Color convert

RGB 48 139 253 -
CMYK 0.81 0.45 0 0.01
HSL 213.37º 0.98% 0.59% -
HSV(B) 213.37º 0.81% 0.99% -
XYZ 28.18 26.19 96.5 -
YUV 124.79 200.35 73.23 -
System Red Green Blue C M Y K H S L
Decimal 48 139 253 0.81 0.45 0 0.01 213.37 0.98 0.59
Hex 30 8B FD 51 2D 0 1 D5 62 3B
Octal 60 213 375 121 55 0 1 325 142 73
Binary 110000 10001011 11111101 1010001 101101 0 1 11010101 1100010 111011

Color Harmonies of #308BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BFD

Black with #308BFD

Text Example


Text Example

White with #308BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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