Html Css Color HEX #368EFE Dodger Blue

📋 copy color: '#368EFE'

red 54 ◦ green 142 ◦ blue 254

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

Shades of Dodger Blue #368EFE

Tints of Dodger Blue #368EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 12%
G = 31.56%
B = 56.44%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#368EFE (or 0x368EFE) is known color: Dodger Blue. HEX triplet: 36, 8E and FE. RGB value is (54,142,254). Sum of RGB (Red+Green+Blue) = 54+142+254=450 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #368EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368EFE is #C97101. Grayscale: #7F7F7F. Windows color (decimal): -13201666 or 16682550. OLE color: 16682550.

HSL color Cylindrical-coordinate representation of color #368EFE: hue angle of 213.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #368EFE is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 142 254 -
CMYK 0.79 0.44 0 0.00
HSL 213.6º 0.99% 0.6% -
HSV(B) 213.6º 0.79% 1% -
XYZ 29.08 27.29 97.5 -
YUV 128.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 54 142 254 0.79 0.44 0 0.00 213.6 0.99 0.6
Hex 36 8E FE 4F 2C 0 0 D6 63 3C
Octal 66 216 376 117 54 0 0 326 143 74
Binary 110110 10001110 11111110 1001111 101100 0 0 11010110 1100011 111100

Color Harmonies of #368EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368EFE

Black with #368EFE

Text Example


Text Example

White with #368EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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