Html Css Color HEX #357BFA Dodger Blue

📋 copy color: '#357BFA'

red 53 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #357BFA

Tints of Dodger Blue #357BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 12.44%
G = 28.87%
B = 58.69%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#357BFA (or 0x357BFA) is known color: Dodger Blue. HEX triplet: 35, 7B and FA. RGB value is (53,123,250). Sum of RGB (Red+Green+Blue) = 53+123+250=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #357BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357BFA is #CA8405. Grayscale: #737373. Windows color (decimal): -13272070 or 16415541. OLE color: 16415541.

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

Color convert

RGB 53 123 250 -
CMYK 0.79 0.51 0 0.02
HSL 218.68º 0.95% 0.59% -
HSV(B) 218.68º 0.79% 0.98% -
XYZ 25.81 21.82 93.29 -
YUV 116.55 203.31 82.67 -
System Red Green Blue C M Y K H S L
Decimal 53 123 250 0.79 0.51 0 0.02 218.68 0.95 0.59
Hex 35 7B FA 4F 33 0 2 DB 5F 3B
Octal 65 173 372 117 63 0 2 333 137 73
Binary 110101 1111011 11111010 1001111 110011 0 10 11011011 1011111 111011

Color Harmonies of #357BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357BFA

Black with #357BFA

Text Example


Text Example

White with #357BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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