Html Css Color HEX #357FFF Dodger Blue

📋 copy color: '#357FFF'

red 53 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #357FFF

Tints of Dodger Blue #357FFF

RGB

 RED value IS 53 (21.09% from 255) = 12.18%

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

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

R = 12.18%
G = 29.2%
B = 58.62%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#357FFF (or 0x357FFF) is known color: Dodger Blue. HEX triplet: 35, 7F and FF. RGB value is (53,127,255). Sum of RGB (Red+Green+Blue) = 53+127+255=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #357FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357FFF is #CA8000. Grayscale: #767676. Windows color (decimal): -13271041 or 16744245. OLE color: 16744245.

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

Color convert

RGB 53 127 255 -
CMYK 0.79 0.50 0 0
HSL 218.02º 1% 0.6% -
HSV(B) 218.02º 0.79% 1% -
XYZ 27.11 23.16 97.65 -
YUV 119.47 204.48 80.59 -
System Red Green Blue C M Y K H S L
Decimal 53 127 255 0.79 0.50 0 0 218.02 1 0.6
Hex 35 7F FF 4F 32 0 0 DA 64 3C
Octal 65 177 377 117 62 0 0 332 144 74
Binary 110101 1111111 11111111 1001111 110010 0 0 11011010 1100100 111100

Color Harmonies of #357FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FFF

Black with #357FFF

Text Example


Text Example

White with #357FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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