Html Css Color HEX #368CFC Dodger Blue

📋 copy color: '#368CFC'

red 54 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #368CFC

Tints of Dodger Blue #368CFC

RGB

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

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

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

R = 12.11%
G = 31.39%
B = 56.5%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#368CFC (or 0x368CFC) is known color: Dodger Blue. HEX triplet: 36, 8C and FC. RGB value is (54,140,252). Sum of RGB (Red+Green+Blue) = 54+140+252=446 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.11% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #368CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368CFC is #C97303. Grayscale: #7E7E7E. Windows color (decimal): -13202180 or 16550966. OLE color: 16550966.

HSL color Cylindrical-coordinate representation of color #368CFC: hue angle of 213.94º 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 #368CFC is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 140 252 -
CMYK 0.79 0.44 0 0.01
HSL 213.94º 0.97% 0.6% -
HSV(B) 213.94º 0.79% 0.99% -
XYZ 28.47 26.57 95.72 -
YUV 127.05 198.51 75.89 -
System Red Green Blue C M Y K H S L
Decimal 54 140 252 0.79 0.44 0 0.01 213.94 0.97 0.6
Hex 36 8C FC 4F 2C 0 1 D6 61 3C
Octal 66 214 374 117 54 0 1 326 141 74
Binary 110110 10001100 11111100 1001111 101100 0 1 11010110 1100001 111100

Color Harmonies of #368CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CFC

Black with #368CFC

Text Example


Text Example

White with #368CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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