Html Css Color HEX #307DF2 Dodger Blue

📋 copy color: '#307DF2'

red 48 ◦ green 125 ◦ blue 242

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

Shades of Dodger Blue #307DF2

Tints of Dodger Blue #307DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.31%

R = 11.57%
G = 30.12%
B = 58.31%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#307DF2 (or 0x307DF2) is known color: Dodger Blue. HEX triplet: 30, 7D and F2. RGB value is (48,125,242). Sum of RGB (Red+Green+Blue) = 48+125+242=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #307DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307DF2 is #CF820D. Grayscale: #727272. Windows color (decimal): -13599246 or 15891760. OLE color: 15891760.

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

Color convert

RGB 48 125 242 -
CMYK 0.80 0.48 0 0.05
HSL 216.19º 0.88% 0.57% -
HSV(B) 216.19º 0.8% 0.95% -
XYZ 24.58 21.71 86.9 -
YUV 115.32 199.49 79.99 -
System Red Green Blue C M Y K H S L
Decimal 48 125 242 0.80 0.48 0 0.05 216.19 0.88 0.57
Hex 30 7D F2 50 30 0 5 D8 58 39
Octal 60 175 362 120 60 0 5 330 130 71
Binary 110000 1111101 11110010 1010000 110000 0 101 11011000 1011000 111001

Color Harmonies of #307DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DF2

Black with #307DF2

Text Example


Text Example

White with #307DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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