Html Css Color HEX #359BFB Dodger Blue

📋 copy color: '#359BFB'

red 53 ◦ green 155 ◦ blue 251

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

Shades of Dodger Blue #359BFB

Tints of Dodger Blue #359BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.77%

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

R = 11.55%
G = 33.77%
B = 54.68%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#359BFB (or 0x359BFB) is known color: Dodger Blue. HEX triplet: 35, 9B and FB. RGB value is (53,155,251). Sum of RGB (Red+Green+Blue) = 53+155+251=459 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.55% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #359BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359BFB is #CA6404. Grayscale: #868686. Windows color (decimal): -13263877 or 16489269. OLE color: 16489269.

HSL color Cylindrical-coordinate representation of color #359BFB: hue angle of 209.09º 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 #359BFB is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 155 251 -
CMYK 0.79 0.38 0 0.02
HSL 209.09º 0.96% 0.6% -
HSV(B) 209.09º 0.79% 0.98% -
XYZ 30.6 31.16 95.67 -
YUV 135.45 193.21 69.19 -
System Red Green Blue C M Y K H S L
Decimal 53 155 251 0.79 0.38 0 0.02 209.09 0.96 0.6
Hex 35 9B FB 4F 26 0 2 D1 60 3C
Octal 65 233 373 117 46 0 2 321 140 74
Binary 110101 10011011 11111011 1001111 100110 0 10 11010001 1100000 111100

Color Harmonies of #359BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BFB

Black with #359BFB

Text Example


Text Example

White with #359BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359BFB; }

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

 H1.HeaderClassName
 {
   color: #359BFB;
 }
 .AnyTagClassName
 {
   color: #359BFB;
 }
</style>

background-color css

<style>
 a { background-color: #359BFB; }

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

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

border-color css

<style>
 span { border-color: #359BFB; }

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

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