Html Css Color HEX #307AF5 Dodger Blue

📋 copy color: '#307AF5'

red 48 ◦ green 122 ◦ blue 245

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

Shades of Dodger Blue #307AF5

Tints of Dodger Blue #307AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 11.57%
G = 29.4%
B = 59.04%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#307AF5 (or 0x307AF5) is known color: Dodger Blue. HEX triplet: 30, 7A and F5. RGB value is (48,122,245). Sum of RGB (Red+Green+Blue) = 48+122+245=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 245 (96.09% from 255 or 59.04% from 415); Max value from RGB is 245 - color contains mainly: blue. Hex color #307AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307AF5 is #CF850A. Grayscale: #717171. Windows color (decimal): -13600011 or 16087600. OLE color: 16087600.

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

Color convert

RGB 48 122 245 -
CMYK 0.80 0.50 0 0.04
HSL 217.46º 0.91% 0.57% -
HSV(B) 217.46º 0.8% 0.96% -
XYZ 24.66 21.14 89.17 -
YUV 113.9 201.98 81 -
System Red Green Blue C M Y K H S L
Decimal 48 122 245 0.80 0.50 0 0.04 217.46 0.91 0.57
Hex 30 7A F5 50 32 0 4 D9 5B 39
Octal 60 172 365 120 62 0 4 331 133 71
Binary 110000 1111010 11110101 1010000 110010 0 100 11011001 1011011 111001

Color Harmonies of #307AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307AF5

Black with #307AF5

Text Example


Text Example

White with #307AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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