Html Css Color HEX #307CFD Dodger Blue

📋 copy color: '#307CFD'

red 48 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #307CFD

Tints of Dodger Blue #307CFD

RGB

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

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

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

R = 11.29%
G = 29.18%
B = 59.53%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#307CFD (or 0x307CFD) is known color: Dodger Blue. HEX triplet: 30, 7C and FD. RGB value is (48,124,253). Sum of RGB (Red+Green+Blue) = 48+124+253=425 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.29% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #307CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CFD is #CF8302. Grayscale: #737373. Windows color (decimal): -13599491 or 16612400. OLE color: 16612400.

HSL color Cylindrical-coordinate representation of color #307CFD: hue angle of 217.76º 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 #307CFD is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 124 253 -
CMYK 0.81 0.51 0 0.01
HSL 217.76º 0.98% 0.59% -
HSV(B) 217.76º 0.81% 0.99% -
XYZ 26.16 22.14 95.82 -
YUV 115.98 205.32 79.51 -
System Red Green Blue C M Y K H S L
Decimal 48 124 253 0.81 0.51 0 0.01 217.76 0.98 0.59
Hex 30 7C FD 51 33 0 1 DA 62 3B
Octal 60 174 375 121 63 0 1 332 142 73
Binary 110000 1111100 11111101 1010001 110011 0 1 11011010 1100010 111011

Color Harmonies of #307CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CFD

Black with #307CFD

Text Example


Text Example

White with #307CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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