Html Css Color HEX #359BEF Dodger Blue

📋 copy color: '#359BEF'

red 53 ◦ green 155 ◦ blue 239

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

Shades of Dodger Blue #359BEF

Tints of Dodger Blue #359BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 11.86%
G = 34.68%
B = 53.47%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#359BEF (or 0x359BEF) is known color: Dodger Blue. HEX triplet: 35, 9B and EF. RGB value is (53,155,239). Sum of RGB (Red+Green+Blue) = 53+155+239=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #359BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359BEF is #CA6410. Grayscale: #858585. Windows color (decimal): -13263889 or 15702837. OLE color: 15702837.

HSL color Cylindrical-coordinate representation of color #359BEF: hue angle of 207.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359BEF is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 155 239 -
CMYK 0.78 0.35 0 0.06
HSL 207.1º 0.85% 0.57% -
HSV(B) 207.1º 0.78% 0.94% -
XYZ 28.77 30.43 86.02 -
YUV 134.08 187.21 70.17 -
System Red Green Blue C M Y K H S L
Decimal 53 155 239 0.78 0.35 0 0.06 207.1 0.85 0.57
Hex 35 9B EF 4E 23 0 6 CF 55 39
Octal 65 233 357 116 43 0 6 317 125 71
Binary 110101 10011011 11101111 1001110 100011 0 110 11001111 1010101 111001

Color Harmonies of #359BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359BEF

Black with #359BEF

Text Example


Text Example

White with #359BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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