Html Css Color HEX #357CFD Dodger Blue

📋 copy color: '#357CFD'

red 53 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #357CFD

Tints of Dodger Blue #357CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 12.33%
G = 28.84%
B = 58.84%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#357CFD (or 0x357CFD) is known color: Dodger Blue. HEX triplet: 35, 7C and FD. RGB value is (53,124,253). Sum of RGB (Red+Green+Blue) = 53+124+253=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #357CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357CFD is #CA8302. Grayscale: #747474. Windows color (decimal): -13271811 or 16612405. OLE color: 16612405.

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

Color convert

RGB 53 124 253 -
CMYK 0.79 0.51 0 0.01
HSL 218.7º 0.98% 0.6% -
HSV(B) 218.7º 0.79% 0.99% -
XYZ 26.41 22.26 95.83 -
YUV 117.48 204.48 82.01 -
System Red Green Blue C M Y K H S L
Decimal 53 124 253 0.79 0.51 0 0.01 218.7 0.98 0.6
Hex 35 7C FD 4F 33 0 1 DB 62 3C
Octal 65 174 375 117 63 0 1 333 142 74
Binary 110101 1111100 11111101 1001111 110011 0 1 11011011 1100010 111100

Color Harmonies of #357CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357CFD

Black with #357CFD

Text Example


Text Example

White with #357CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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