Html Css Color HEX #307DF3 Dodger Blue

📋 copy color: '#307DF3'

red 48 ◦ green 125 ◦ blue 243

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

Shades of Dodger Blue #307DF3

Tints of Dodger Blue #307DF3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 243 (95.31% from 255) = 58.41%

R = 11.54%
G = 30.05%
B = 58.41%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#307DF3 (or 0x307DF3) is known color: Dodger Blue. HEX triplet: 30, 7D and F3. RGB value is (48,125,243). Sum of RGB (Red+Green+Blue) = 48+125+243=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #307DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307DF3 is #CF820C. Grayscale: #727272. Windows color (decimal): -13599245 or 15957296. OLE color: 15957296.

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

Color convert

RGB 48 125 243 -
CMYK 0.80 0.49 0 0.05
HSL 216.31º 0.89% 0.57% -
HSV(B) 216.31º 0.8% 0.95% -
XYZ 24.73 21.77 87.69 -
YUV 115.43 199.99 79.91 -
System Red Green Blue C M Y K H S L
Decimal 48 125 243 0.80 0.49 0 0.05 216.31 0.89 0.57
Hex 30 7D F3 50 31 0 5 D8 59 39
Octal 60 175 363 120 61 0 5 330 131 71
Binary 110000 1111101 11110011 1010000 110001 0 101 11011000 1011001 111001

Color Harmonies of #307DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DF3

Black with #307DF3

Text Example


Text Example

White with #307DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,125,243); }

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

background-color css

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

 a { background-color: rgb(48,125,243); }

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

border-color css

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

 span { border-color: rgb(48,125,243); }

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