Html Css Color HEX #368CDF Dodger Blue

📋 copy color: '#368CDF'

red 54 ◦ green 140 ◦ blue 223

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

Shades of Dodger Blue #368CDF

Tints of Dodger Blue #368CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 12.95%
G = 33.57%
B = 53.48%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#368CDF (or 0x368CDF) is known color: Dodger Blue. HEX triplet: 36, 8C and DF. RGB value is (54,140,223). Sum of RGB (Red+Green+Blue) = 54+140+223=417 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.95% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #368CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #368CDF is #C97320. Grayscale: #7B7B7B. Windows color (decimal): -13202209 or 14650422. OLE color: 14650422.

HSL color Cylindrical-coordinate representation of color #368CDF: hue angle of 209.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #368CDF is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 140 223 -
CMYK 0.76 0.37 0 0.13
HSL 209.47º 0.73% 0.54% -
HSV(B) 209.47º 0.76% 0.87% -
XYZ 24.22 24.87 73.34 -
YUV 123.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 54 140 223 0.76 0.37 0 0.13 209.47 0.73 0.54
Hex 36 8C DF 4C 25 0 D D1 49 36
Octal 66 214 337 114 45 0 15 321 111 66
Binary 110110 10001100 11011111 1001100 100101 0 1101 11010001 1001001 110110

Color Harmonies of #368CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368CDF

Black with #368CDF

Text Example


Text Example

White with #368CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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