Html Css Color HEX #367DFC Dodger Blue

📋 copy color: '#367DFC'

red 54 ◦ green 125 ◦ blue 252

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

Shades of Dodger Blue #367DFC

Tints of Dodger Blue #367DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 12.53%
G = 29%
B = 58.47%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#367DFC (or 0x367DFC) is known color: Dodger Blue. HEX triplet: 36, 7D and FC. RGB value is (54,125,252). Sum of RGB (Red+Green+Blue) = 54+125+252=431 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.53% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #367DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367DFC is #C98203. Grayscale: #757575. Windows color (decimal): -13206020 or 16547126. OLE color: 16547126.

HSL color Cylindrical-coordinate representation of color #367DFC: hue angle of 218.48º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #367DFC is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 125 252 -
CMYK 0.79 0.50 0 0.01
HSL 218.48º 0.97% 0.6% -
HSV(B) 218.48º 0.79% 0.99% -
XYZ 26.43 22.48 95.04 -
YUV 118.25 203.48 82.17 -
System Red Green Blue C M Y K H S L
Decimal 54 125 252 0.79 0.50 0 0.01 218.48 0.97 0.6
Hex 36 7D FC 4F 32 0 1 DA 61 3C
Octal 66 175 374 117 62 0 1 332 141 74
Binary 110110 1111101 11111100 1001111 110010 0 1 11011010 1100001 111100

Color Harmonies of #367DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367DFC

Black with #367DFC

Text Example


Text Example

White with #367DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,125,252); }

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

background-color css

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

 a { background-color: rgb(54,125,252); }

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

border-color css

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

 span { border-color: rgb(54,125,252); }

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