Html Css Color HEX #368DF3 Dodger Blue

📋 copy color: '#368DF3'

red 54 ◦ green 141 ◦ blue 243

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

Shades of Dodger Blue #368DF3

Tints of Dodger Blue #368DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.48%

R = 12.33%
G = 32.19%
B = 55.48%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#368DF3 (or 0x368DF3) is known color: Dodger Blue. HEX triplet: 36, 8D and F3. RGB value is (54,141,243). Sum of RGB (Red+Green+Blue) = 54+141+243=438 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.33% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #368DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368DF3 is #C9720C. Grayscale: #7E7E7E. Windows color (decimal): -13201933 or 15961398. OLE color: 15961398.

HSL color Cylindrical-coordinate representation of color #368DF3: hue angle of 212.38º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #368DF3 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 141 243 -
CMYK 0.78 0.42 0 0.05
HSL 212.38º 0.89% 0.58% -
HSV(B) 212.38º 0.78% 0.95% -
XYZ 27.22 26.31 88.44 -
YUV 126.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 54 141 243 0.78 0.42 0 0.05 212.38 0.89 0.58
Hex 36 8D F3 4E 2A 0 5 D4 59 3A
Octal 66 215 363 116 52 0 5 324 131 72
Binary 110110 10001101 11110011 1001110 101010 0 101 11010100 1011001 111010

Color Harmonies of #368DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368DF3

Black with #368DF3

Text Example


Text Example

White with #368DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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