Html Css Color HEX #307FFF Dodger Blue

📋 copy color: '#307FFF'

red 48 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #307FFF

Tints of Dodger Blue #307FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.3%

R = 11.16%
G = 29.53%
B = 59.3%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#307FFF (or 0x307FFF) is known color: Dodger Blue. HEX triplet: 30, 7F and FF. RGB value is (48,127,255). Sum of RGB (Red+Green+Blue) = 48+127+255=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #307FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307FFF is #CF8000. Grayscale: #757575. Windows color (decimal): -13598721 or 16744240. OLE color: 16744240.

HSL color Cylindrical-coordinate representation of color #307FFF: hue angle of 217.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #307FFF is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 127 255 -
CMYK 0.81 0.50 0 0
HSL 217.1º 1% 0.59% -
HSV(B) 217.1º 0.81% 1% -
XYZ 26.86 23.03 97.64 -
YUV 117.97 205.33 78.09 -
System Red Green Blue C M Y K H S L
Decimal 48 127 255 0.81 0.50 0 0 217.1 1 0.59
Hex 30 7F FF 51 32 0 0 D9 64 3B
Octal 60 177 377 121 62 0 0 331 144 73
Binary 110000 1111111 11111111 1010001 110010 0 0 11011001 1100100 111011

Color Harmonies of #307FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FFF

Black with #307FFF

Text Example


Text Example

White with #307FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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