Html Css Color HEX #357BFE Dodger Blue

📋 copy color: '#357BFE'

red 53 ◦ green 123 ◦ blue 254

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

Shades of Dodger Blue #357BFE

Tints of Dodger Blue #357BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.6%

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

R = 12.33%
G = 28.6%
B = 59.07%

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

#357BFE (or 0x357BFE) is known color: Dodger Blue. HEX triplet: 35, 7B and FE. RGB value is (53,123,254). Sum of RGB (Red+Green+Blue) = 53+123+254=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #357BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357BFE is #CA8401. Grayscale: #747474. Windows color (decimal): -13272066 or 16677685. OLE color: 16677685.

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

Color convert

RGB 53 123 254 -
CMYK 0.79 0.52 0 0.00
HSL 219.1º 0.99% 0.6% -
HSV(B) 219.1º 0.79% 1% -
XYZ 26.44 22.08 96.63 -
YUV 117 205.31 82.35 -
System Red Green Blue C M Y K H S L
Decimal 53 123 254 0.79 0.52 0 0.00 219.1 0.99 0.6
Hex 35 7B FE 4F 34 0 0 DB 63 3C
Octal 65 173 376 117 64 0 0 333 143 74
Binary 110101 1111011 11111110 1001111 110100 0 0 11011011 1100011 111100

Color Harmonies of #357BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357BFE

Black with #357BFE

Text Example


Text Example

White with #357BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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