Html Css Color HEX #368EF7 Dodger Blue

📋 copy color: '#368EF7'

red 54 ◦ green 142 ◦ blue 247

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

Shades of Dodger Blue #368EF7

Tints of Dodger Blue #368EF7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.05%

 BLUE value IS 247 (96.88% from 255) = 55.76%

R = 12.19%
G = 32.05%
B = 55.76%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#368EF7 (or 0x368EF7) is known color: Dodger Blue. HEX triplet: 36, 8E and F7. RGB value is (54,142,247). Sum of RGB (Red+Green+Blue) = 54+142+247=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #368EF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368EF7 is #C97108. Grayscale: #7F7F7F. Windows color (decimal): -13201673 or 16223798. OLE color: 16223798.

HSL color Cylindrical-coordinate representation of color #368EF7: hue angle of 212.64º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #368EF7 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 142 247 -
CMYK 0.78 0.43 0 0.03
HSL 212.64º 0.92% 0.59% -
HSV(B) 212.64º 0.78% 0.97% -
XYZ 27.98 26.85 91.7 -
YUV 127.66 195.35 75.46 -
System Red Green Blue C M Y K H S L
Decimal 54 142 247 0.78 0.43 0 0.03 212.64 0.92 0.59
Hex 36 8E F7 4E 2B 0 3 D5 5C 3B
Octal 66 216 367 116 53 0 3 325 134 73
Binary 110110 10001110 11110111 1001110 101011 0 11 11010101 1011100 111011

Color Harmonies of #368EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368EF7

Black with #368EF7

Text Example


Text Example

White with #368EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368EF7; }

 p { color: rgb(54,142,247); }

 H1.HeaderClassName
 {
   color: #368EF7;
 }
 .AnyTagClassName
 {
   color: #368EF7;
 }
</style>

background-color css

<style>
 a { background-color: #368EF7; }

 a { background-color: rgb(54,142,247); }

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

border-color css

<style>
 span { border-color: #368EF7; }

 span { border-color: rgb(54,142,247); }

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