Html Css Color HEX #308BFC Dodger Blue

📋 copy color: '#308BFC'

red 48 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #308BFC

Tints of Dodger Blue #308BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.4%

R = 10.93%
G = 31.66%
B = 57.4%

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

#308BFC (or 0x308BFC) is known color: Dodger Blue. HEX triplet: 30, 8B and FC. RGB value is (48,139,252). Sum of RGB (Red+Green+Blue) = 48+139+252=439 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.93% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #308BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308BFC is #CF7403. Grayscale: #7C7C7C. Windows color (decimal): -13595652 or 16550704. OLE color: 16550704.

HSL color Cylindrical-coordinate representation of color #308BFC: hue angle of 213.24º degrees, saturation: 0.97, 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 #308BFC is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 139 252 -
CMYK 0.81 0.45 0 0.01
HSL 213.24º 0.97% 0.59% -
HSV(B) 213.24º 0.81% 0.99% -
XYZ 28.02 26.12 95.66 -
YUV 124.67 199.85 73.31 -
System Red Green Blue C M Y K H S L
Decimal 48 139 252 0.81 0.45 0 0.01 213.24 0.97 0.59
Hex 30 8B FC 51 2D 0 1 D5 61 3B
Octal 60 213 374 121 55 0 1 325 141 73
Binary 110000 10001011 11111100 1010001 101101 0 1 11010101 1100001 111011

Color Harmonies of #308BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BFC

Black with #308BFC

Text Example


Text Example

White with #308BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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