Html Css Color HEX #307FF5 Dodger Blue

📋 copy color: '#307FF5'

red 48 ◦ green 127 ◦ blue 245

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

Shades of Dodger Blue #307FF5

Tints of Dodger Blue #307FF5

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

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

R = 11.43%
G = 30.24%
B = 58.33%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#307FF5 (or 0x307FF5) is known color: Dodger Blue. HEX triplet: 30, 7F and F5. RGB value is (48,127,245). Sum of RGB (Red+Green+Blue) = 48+127+245=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 245 (96.09% from 255 or 58.33% from 420); Max value from RGB is 245 - color contains mainly: blue. Hex color #307FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FF5 is #CF800A. Grayscale: #747474. Windows color (decimal): -13598731 or 16088880. OLE color: 16088880.

HSL color Cylindrical-coordinate representation of color #307FF5: hue angle of 215.94º 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 #307FF5 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 127 245 -
CMYK 0.80 0.48 0 0.04
HSL 215.94º 0.91% 0.57% -
HSV(B) 215.94º 0.8% 0.96% -
XYZ 25.29 22.4 89.38 -
YUV 116.83 200.33 78.91 -
System Red Green Blue C M Y K H S L
Decimal 48 127 245 0.80 0.48 0 0.04 215.94 0.91 0.57
Hex 30 7F F5 50 30 0 4 D8 5B 39
Octal 60 177 365 120 60 0 4 330 133 71
Binary 110000 1111111 11110101 1010000 110000 0 100 11011000 1011011 111001

Color Harmonies of #307FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FF5

Black with #307FF5

Text Example


Text Example

White with #307FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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