Html Css Color HEX #307FF2 Dodger Blue

📋 copy color: '#307FF2'

red 48 ◦ green 127 ◦ blue 242

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

Shades of Dodger Blue #307FF2

Tints of Dodger Blue #307FF2

RGB

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

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

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

R = 11.51%
G = 30.46%
B = 58.03%

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

#307FF2 (or 0x307FF2) is known color: Dodger Blue. HEX triplet: 30, 7F and F2. RGB value is (48,127,242). Sum of RGB (Red+Green+Blue) = 48+127+242=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #307FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FF2 is #CF800D. Grayscale: #737373. Windows color (decimal): -13598734 or 15892272. OLE color: 15892272.

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

Color convert

RGB 48 127 242 -
CMYK 0.80 0.48 0 0.05
HSL 215.57º 0.88% 0.57% -
HSV(B) 215.57º 0.8% 0.95% -
XYZ 24.84 22.22 86.98 -
YUV 116.49 198.83 79.15 -
System Red Green Blue C M Y K H S L
Decimal 48 127 242 0.80 0.48 0 0.05 215.57 0.88 0.57
Hex 30 7F F2 50 30 0 5 D8 58 39
Octal 60 177 362 120 60 0 5 330 130 71
Binary 110000 1111111 11110010 1010000 110000 0 101 11011000 1011000 111001

Color Harmonies of #307FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FF2

Black with #307FF2

Text Example


Text Example

White with #307FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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