Html Css Color HEX #357CFF Dodger Blue

📋 copy color: '#357CFF'

red 53 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #357CFF

Tints of Dodger Blue #357CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.7%

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

R = 12.27%
G = 28.7%
B = 59.03%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#357CFF (or 0x357CFF) is known color: Dodger Blue. HEX triplet: 35, 7C and FF. RGB value is (53,124,255). Sum of RGB (Red+Green+Blue) = 53+124+255=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #357CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357CFF is #CA8300. Grayscale: #757575. Windows color (decimal): -13271809 or 16743477. OLE color: 16743477.

HSL color Cylindrical-coordinate representation of color #357CFF: hue angle of 218.91º 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 #357CFF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 124 255 -
CMYK 0.79 0.51 0 0
HSL 218.91º 1% 0.6% -
HSV(B) 218.91º 0.79% 1% -
XYZ 26.73 22.39 97.52 -
YUV 117.71 205.48 81.85 -
System Red Green Blue C M Y K H S L
Decimal 53 124 255 0.79 0.51 0 0 218.91 1 0.6
Hex 35 7C FF 4F 33 0 0 DB 64 3C
Octal 65 174 377 117 63 0 0 333 144 74
Binary 110101 1111100 11111111 1001111 110011 0 0 11011011 1100100 111100

Color Harmonies of #357CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CFF

Black with #357CFF

Text Example


Text Example

White with #357CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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