Html Css Color HEX #307CF5 Dodger Blue

📋 copy color: '#307CF5'

red 48 ◦ green 124 ◦ blue 245

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

Shades of Dodger Blue #307CF5

Tints of Dodger Blue #307CF5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 245 (96.09% from 255) = 58.75%

R = 11.51%
G = 29.74%
B = 58.75%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#307CF5 (or 0x307CF5) is known color: Dodger Blue. HEX triplet: 30, 7C and F5. RGB value is (48,124,245). Sum of RGB (Red+Green+Blue) = 48+124+245=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 245 (96.09% from 255 or 58.75% from 417); Max value from RGB is 245 - color contains mainly: blue. Hex color #307CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CF5 is #CF830A. Grayscale: #727272. Windows color (decimal): -13599499 or 16088112. OLE color: 16088112.

HSL color Cylindrical-coordinate representation of color #307CF5: hue angle of 216.85º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307CF5 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 124 245 -
CMYK 0.80 0.49 0 0.04
HSL 216.85º 0.91% 0.57% -
HSV(B) 216.85º 0.8% 0.96% -
XYZ 24.91 21.64 89.25 -
YUV 115.07 201.32 80.16 -
System Red Green Blue C M Y K H S L
Decimal 48 124 245 0.80 0.49 0 0.04 216.85 0.91 0.57
Hex 30 7C F5 50 31 0 4 D9 5B 39
Octal 60 174 365 120 61 0 4 331 133 71
Binary 110000 1111100 11110101 1010000 110001 0 100 11011001 1011011 111001

Color Harmonies of #307CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CF5

Black with #307CF5

Text Example


Text Example

White with #307CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307CF5; }

 p { color: rgb(48,124,245); }

 H1.HeaderClassName
 {
   color: #307CF5;
 }
 .AnyTagClassName
 {
   color: #307CF5;
 }
</style>

background-color css

<style>
 a { background-color: #307CF5; }

 a { background-color: rgb(48,124,245); }

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

border-color css

<style>
 span { border-color: #307CF5; }

 span { border-color: rgb(48,124,245); }

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