Html Css Color HEX #358AFE Dodger Blue

📋 copy color: '#358AFE'

red 53 ◦ green 138 ◦ blue 254

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

Shades of Dodger Blue #358AFE

Tints of Dodger Blue #358AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

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

R = 11.91%
G = 31.01%
B = 57.08%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#358AFE (or 0x358AFE) is known color: Dodger Blue. HEX triplet: 35, 8A and FE. RGB value is (53,138,254). Sum of RGB (Red+Green+Blue) = 53+138+254=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #358AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AFE is #CA7501. Grayscale: #7D7D7D. Windows color (decimal): -13268226 or 16681525. OLE color: 16681525.

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

Color convert

RGB 53 138 254 -
CMYK 0.79 0.46 0 0.00
HSL 214.63º 0.99% 0.6% -
HSV(B) 214.63º 0.79% 1% -
XYZ 28.45 26.09 97.3 -
YUV 125.81 200.34 76.07 -
System Red Green Blue C M Y K H S L
Decimal 53 138 254 0.79 0.46 0 0.00 214.63 0.99 0.6
Hex 35 8A FE 4F 2E 0 0 D7 63 3C
Octal 65 212 376 117 56 0 0 327 143 74
Binary 110101 10001010 11111110 1001111 101110 0 0 11010111 1100011 111100

Color Harmonies of #358AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358AFE

Black with #358AFE

Text Example


Text Example

White with #358AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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