Html Css Color HEX #357FFC Dodger Blue

📋 copy color: '#357FFC'

red 53 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #357FFC

Tints of Dodger Blue #357FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.33%

R = 12.27%
G = 29.4%
B = 58.33%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#357FFC (or 0x357FFC) is known color: Dodger Blue. HEX triplet: 35, 7F and FC. RGB value is (53,127,252). Sum of RGB (Red+Green+Blue) = 53+127+252=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #357FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357FFC is #CA8003. Grayscale: #767676. Windows color (decimal): -13271044 or 16547637. OLE color: 16547637.

HSL color Cylindrical-coordinate representation of color #357FFC: hue angle of 217.69º degrees, saturation: 0.97, 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 #357FFC is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 127 252 -
CMYK 0.79 0.50 0 0.01
HSL 217.69º 0.97% 0.6% -
HSV(B) 217.69º 0.79% 0.99% -
XYZ 26.63 22.96 95.12 -
YUV 119.12 202.98 80.84 -
System Red Green Blue C M Y K H S L
Decimal 53 127 252 0.79 0.50 0 0.01 217.69 0.97 0.6
Hex 35 7F FC 4F 32 0 1 DA 61 3C
Octal 65 177 374 117 62 0 1 332 141 74
Binary 110101 1111111 11111100 1001111 110010 0 1 11011010 1100001 111100

Color Harmonies of #357FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357FFC

Black with #357FFC

Text Example


Text Example

White with #357FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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