Html Css Color HEX #358FFE Dodger Blue

📋 copy color: '#358FFE'

red 53 ◦ green 143 ◦ blue 254

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

Shades of Dodger Blue #358FFE

Tints of Dodger Blue #358FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.78%

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

R = 11.78%
G = 31.78%
B = 56.44%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#358FFE (or 0x358FFE) is known color: Dodger Blue. HEX triplet: 35, 8F and FE. RGB value is (53,143,254). Sum of RGB (Red+Green+Blue) = 53+143+254=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #358FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358FFE is #CA7001. Grayscale: #808080. Windows color (decimal): -13266946 or 16682805. OLE color: 16682805.

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

Color convert

RGB 53 143 254 -
CMYK 0.79 0.44 0 0.00
HSL 213.13º 0.99% 0.6% -
HSV(B) 213.13º 0.79% 1% -
XYZ 29.18 27.56 97.55 -
YUV 128.74 198.68 73.97 -
System Red Green Blue C M Y K H S L
Decimal 53 143 254 0.79 0.44 0 0.00 213.13 0.99 0.6
Hex 35 8F FE 4F 2C 0 0 D5 63 3C
Octal 65 217 376 117 54 0 0 325 143 74
Binary 110101 10001111 11111110 1001111 101100 0 0 11010101 1100011 111100

Color Harmonies of #358FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358FFE

Black with #358FFE

Text Example


Text Example

White with #358FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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