Html Css Color HEX #357AFE Dodger Blue

📋 copy color: '#357AFE'

red 53 ◦ green 122 ◦ blue 254

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

Shades of Dodger Blue #357AFE

Tints of Dodger Blue #357AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

 BLUE value IS 254 (99.61% from 255) = 59.21%

R = 12.35%
G = 28.44%
B = 59.21%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#357AFE (or 0x357AFE) is known color: Dodger Blue. HEX triplet: 35, 7A and FE. RGB value is (53,122,254). Sum of RGB (Red+Green+Blue) = 53+122+254=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #357AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357AFE is #CA8501. Grayscale: #737373. Windows color (decimal): -13272322 or 16677429. OLE color: 16677429.

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

Color convert

RGB 53 122 254 -
CMYK 0.79 0.52 0 0.00
HSL 219.4º 0.99% 0.6% -
HSV(B) 219.4º 0.79% 1% -
XYZ 26.32 21.83 96.59 -
YUV 116.42 205.64 82.77 -
System Red Green Blue C M Y K H S L
Decimal 53 122 254 0.79 0.52 0 0.00 219.4 0.99 0.6
Hex 35 7A FE 4F 34 0 0 DB 63 3C
Octal 65 172 376 117 64 0 0 333 143 74
Binary 110101 1111010 11111110 1001111 110100 0 0 11011011 1100011 111100

Color Harmonies of #357AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357AFE

Black with #357AFE

Text Example


Text Example

White with #357AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,122,254); }

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

background-color css

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

 a { background-color: rgb(53,122,254); }

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

border-color css

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

 span { border-color: rgb(53,122,254); }

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