Html Css Color HEX #368DF8 Dodger Blue

📋 copy color: '#368DF8'

red 54 ◦ green 141 ◦ blue 248

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

Shades of Dodger Blue #368DF8

Tints of Dodger Blue #368DF8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 248 (97.27% from 255) = 55.98%

R = 12.19%
G = 31.83%
B = 55.98%

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

#368DF8 (or 0x368DF8) is known color: Dodger Blue. HEX triplet: 36, 8D and F8. RGB value is (54,141,248). Sum of RGB (Red+Green+Blue) = 54+141+248=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 248 (97.27% from 255 or 55.98% from 443); Max value from RGB is 248 - color contains mainly: blue. Hex color #368DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368DF8 is #C97207. Grayscale: #7E7E7E. Windows color (decimal): -13201928 or 16289078. OLE color: 16289078.

HSL color Cylindrical-coordinate representation of color #368DF8: hue angle of 213.09º degrees, saturation: 0.93, 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 #368DF8 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 141 248 -
CMYK 0.78 0.43 0 0.03
HSL 213.09º 0.93% 0.59% -
HSV(B) 213.09º 0.78% 0.97% -
XYZ 27.99 26.61 92.47 -
YUV 127.19 196.18 75.8 -
System Red Green Blue C M Y K H S L
Decimal 54 141 248 0.78 0.43 0 0.03 213.09 0.93 0.59
Hex 36 8D F8 4E 2B 0 3 D5 5D 3B
Octal 66 215 370 116 53 0 3 325 135 73
Binary 110110 10001101 11111000 1001110 101011 0 11 11010101 1011101 111011

Color Harmonies of #368DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368DF8

Black with #368DF8

Text Example


Text Example

White with #368DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,141,248); }

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

background-color css

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

 a { background-color: rgb(54,141,248); }

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

border-color css

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

 span { border-color: rgb(54,141,248); }

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