Html Css Color HEX #368CEF Dodger Blue

📋 copy color: '#368CEF'

red 54 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #368CEF

Tints of Dodger Blue #368CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 12.47%
G = 32.33%
B = 55.2%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#368CEF (or 0x368CEF) is known color: Dodger Blue. HEX triplet: 36, 8C and EF. RGB value is (54,140,239). Sum of RGB (Red+Green+Blue) = 54+140+239=433 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.47% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #368CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368CEF is #C97310. Grayscale: #7D7D7D. Windows color (decimal): -13202193 or 15698998. OLE color: 15698998.

HSL color Cylindrical-coordinate representation of color #368CEF: hue angle of 212.11º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #368CEF is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 140 239 -
CMYK 0.77 0.41 0 0.06
HSL 212.11º 0.85% 0.57% -
HSV(B) 212.11º 0.77% 0.94% -
XYZ 26.48 25.77 85.24 -
YUV 125.57 192.01 76.95 -
System Red Green Blue C M Y K H S L
Decimal 54 140 239 0.77 0.41 0 0.06 212.11 0.85 0.57
Hex 36 8C EF 4D 29 0 6 D4 55 39
Octal 66 214 357 115 51 0 6 324 125 71
Binary 110110 10001100 11101111 1001101 101001 0 110 11010100 1010101 111001

Color Harmonies of #368CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CEF

Black with #368CEF

Text Example


Text Example

White with #368CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,140,239); }

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

background-color css

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

 a { background-color: rgb(54,140,239); }

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

border-color css

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

 span { border-color: rgb(54,140,239); }

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