Html Css Color HEX #358AFB Dodger Blue

📋 copy color: '#358AFB'

red 53 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #358AFB

Tints of Dodger Blue #358AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 11.99%
G = 31.22%
B = 56.79%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#358AFB (or 0x358AFB) is known color: Dodger Blue. HEX triplet: 35, 8A and FB. RGB value is (53,138,251). Sum of RGB (Red+Green+Blue) = 53+138+251=442 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.99% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #358AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #358AFB is #CA7504. Grayscale: #7C7C7C. Windows color (decimal): -13268229 or 16484917. OLE color: 16484917.

HSL color Cylindrical-coordinate representation of color #358AFB: hue angle of 214.24º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #358AFB is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 138 251 -
CMYK 0.79 0.45 0 0.02
HSL 214.24º 0.96% 0.6% -
HSV(B) 214.24º 0.79% 0.98% -
XYZ 27.97 25.9 94.79 -
YUV 125.47 198.84 76.31 -
System Red Green Blue C M Y K H S L
Decimal 53 138 251 0.79 0.45 0 0.02 214.24 0.96 0.6
Hex 35 8A FB 4F 2D 0 2 D6 60 3C
Octal 65 212 373 117 55 0 2 326 140 74
Binary 110101 10001010 11111011 1001111 101101 0 10 11010110 1100000 111100

Color Harmonies of #358AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358AFB

Black with #358AFB

Text Example


Text Example

White with #358AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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