Html Css Color HEX #369EF6 Dodger Blue

📋 copy color: '#369EF6'

red 54 ◦ green 158 ◦ blue 246

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

Shades of Dodger Blue #369EF6

Tints of Dodger Blue #369EF6

RGB

 RED value IS 54 (21.48% from 255) = 11.79%

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 246 (96.48% from 255) = 53.71%

R = 11.79%
G = 34.5%
B = 53.71%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#369EF6 (or 0x369EF6) is known color: Dodger Blue. HEX triplet: 36, 9E and F6. RGB value is (54,158,246). Sum of RGB (Red+Green+Blue) = 54+158+246=458 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.79% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #369EF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369EF6 is #C96109. Grayscale: #888888. Windows color (decimal): -13197578 or 16162358. OLE color: 16162358.

HSL color Cylindrical-coordinate representation of color #369EF6: hue angle of 207.5º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #369EF6 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 54 158 246 -
CMYK 0.78 0.36 0 0.04
HSL 207.5º 0.91% 0.59% -
HSV(B) 207.5º 0.78% 0.96% -
XYZ 30.38 31.89 91.74 -
YUV 136.94 189.54 68.84 -
System Red Green Blue C M Y K H S L
Decimal 54 158 246 0.78 0.36 0 0.04 207.5 0.91 0.59
Hex 36 9E F6 4E 24 0 4 D0 5B 3B
Octal 66 236 366 116 44 0 4 320 133 73
Binary 110110 10011110 11110110 1001110 100100 0 100 11010000 1011011 111011

Color Harmonies of #369EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369EF6

Black with #369EF6

Text Example


Text Example

White with #369EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369EF6; }

 p { color: rgb(54,158,246); }

 H1.HeaderClassName
 {
   color: #369EF6;
 }
 .AnyTagClassName
 {
   color: #369EF6;
 }
</style>

background-color css

<style>
 a { background-color: #369EF6; }

 a { background-color: rgb(54,158,246); }

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

border-color css

<style>
 span { border-color: #369EF6; }

 span { border-color: rgb(54,158,246); }

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