Html Css Color HEX #367FF5 Dodger Blue

📋 copy color: '#367FF5'

red 54 ◦ green 127 ◦ blue 245

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

Shades of Dodger Blue #367FF5

Tints of Dodger Blue #367FF5

RGB

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

 GREEN value IS 127 (50% from 255) = 29.81%

 BLUE value IS 245 (96.09% from 255) = 57.51%

R = 12.68%
G = 29.81%
B = 57.51%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#367FF5 (or 0x367FF5) is known color: Dodger Blue. HEX triplet: 36, 7F and F5. RGB value is (54,127,245). Sum of RGB (Red+Green+Blue) = 54+127+245=426 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.68% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #367FF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367FF5 is #C9800A. Grayscale: #767676. Windows color (decimal): -13205515 or 16088886. OLE color: 16088886.

HSL color Cylindrical-coordinate representation of color #367FF5: hue angle of 217.07º 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 #367FF5 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 54 127 245 -
CMYK 0.78 0.48 0 0.04
HSL 217.07º 0.91% 0.59% -
HSV(B) 217.07º 0.78% 0.96% -
XYZ 25.59 22.56 89.39 -
YUV 118.63 199.32 81.91 -
System Red Green Blue C M Y K H S L
Decimal 54 127 245 0.78 0.48 0 0.04 217.07 0.91 0.59
Hex 36 7F F5 4E 30 0 4 D9 5B 3B
Octal 66 177 365 116 60 0 4 331 133 73
Binary 110110 1111111 11110101 1001110 110000 0 100 11011001 1011011 111011

Color Harmonies of #367FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367FF5

Black with #367FF5

Text Example


Text Example

White with #367FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367FF5; }

 p { color: rgb(54,127,245); }

 H1.HeaderClassName
 {
   color: #367FF5;
 }
 .AnyTagClassName
 {
   color: #367FF5;
 }
</style>

background-color css

<style>
 a { background-color: #367FF5; }

 a { background-color: rgb(54,127,245); }

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

border-color css

<style>
 span { border-color: #367FF5; }

 span { border-color: rgb(54,127,245); }

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